Skip to content

Commit d9cdee6

Browse files
Bump actions/download-artifact from 5 to 6 (#17)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bf7c12 commit d9cdee6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
username: ${{ github.repository_owner }}
9292
password: ${{ github.token }}
9393

94-
- uses: actions/download-artifact@v5
94+
- uses: actions/download-artifact@v6
9595
with:
9696
name: snapshot-master
9797
path: ./docker-ruby/master/${{ matrix.image.variant }}
@@ -150,7 +150,7 @@ jobs:
150150

151151
steps:
152152
- name: Download digests
153-
uses: actions/download-artifact@v5
153+
uses: actions/download-artifact@v6
154154
with:
155155
path: /tmp/digests
156156
pattern: digests-${{ matrix.variant }}-*
@@ -194,10 +194,10 @@ jobs:
194194
- uses: actions/checkout@v5
195195
with:
196196
submodules: true
197-
- uses: actions/download-artifact@v5
197+
- uses: actions/download-artifact@v6
198198
with:
199199
name: snapshot-master
200-
- uses: actions/download-artifact@v5
200+
- uses: actions/download-artifact@v6
201201
with:
202202
path: outcome
203203
pattern: outcome-*

0 commit comments

Comments
 (0)