Skip to content

Commit c9833d1

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2ed887 commit c9833d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
# use the artifacts from the "goreleaser" job
112112
- name: Download artifacts from workflow
113-
uses: actions/download-artifact@v5
113+
uses: actions/download-artifact@v6
114114
with:
115115
name: goreleaser-dist-temp
116116
path: dist
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v5
148148

149149
- name: Download artifacts from workflow
150-
uses: actions/download-artifact@v5
150+
uses: actions/download-artifact@v6
151151
with:
152152
name: goreleaser-dist-temp
153153
path: dist

0 commit comments

Comments
 (0)