Skip to content

Commit 79060eb

Browse files
Bump actions/download-artifact from 4 to 5 (#14)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 eff8d91 commit 79060eb

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@v4
94+
- uses: actions/download-artifact@v5
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@v4
153+
uses: actions/download-artifact@v5
154154
with:
155155
path: /tmp/digests
156156
pattern: digests-${{ matrix.variant }}-*
@@ -194,10 +194,10 @@ jobs:
194194
- uses: actions/checkout@v4
195195
with:
196196
submodules: true
197-
- uses: actions/download-artifact@v4
197+
- uses: actions/download-artifact@v5
198198
with:
199199
name: snapshot-master
200-
- uses: actions/download-artifact@v4
200+
- uses: actions/download-artifact@v5
201201
with:
202202
path: outcome
203203
pattern: outcome-*

0 commit comments

Comments
 (0)