Skip to content

Commit 82d322f

Browse files
Bump actions/download-artifact from 4 to 5 (#2310)
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 e7fc5c2 commit 82d322f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-wiki-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: ./.github/actions/create-dev-env
2323

2424
- name: Download all history lines 📥
25-
uses: actions/download-artifact@v4
25+
uses: actions/download-artifact@v5
2626
with:
2727
pattern: "*-history_line"
2828
path: /tmp/jupyter/hist_lines/
2929

3030
- name: Download all manifests 📥
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v5
3232
with:
3333
pattern: "*-manifest"
3434
path: /tmp/jupyter/manifests/

0 commit comments

Comments
 (0)