Skip to content

Commit 06e5f8f

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92c43a4 commit 06e5f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-releaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
needs: goreleaser
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/download-artifact@v2
54+
- uses: actions/download-artifact@v4.1.7
5555
with:
5656
name: goreleaser-deb
57-
- uses: actions/download-artifact@v2
57+
- uses: actions/download-artifact@v4.1.7
5858
with:
5959
name: goreleaser-rpm
6060
- run: echo "VERSION_NAME=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)