Skip to content

Commit 69833e0

Browse files
Bump actions/download-artifact from 4 to 5
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]>
1 parent 6dbc5cf commit 69833e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
environment: release
5656
steps:
5757
- name: Download artifact
58-
uses: actions/download-artifact@v4
58+
uses: actions/download-artifact@v5
5959
with:
6060
name: package
6161
path: dist
@@ -73,7 +73,7 @@ jobs:
7373
contents: write
7474
steps:
7575
- name: Download artifact
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777
with:
7878
name: package
7979
path: dist

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
separate-directories: true
158158

159159
- name: Download artifacts
160-
uses: actions/download-artifact@v4
160+
uses: actions/download-artifact@v5
161161
continue-on-error: true # to allow rerunning this job
162162
with:
163163
name: logs.zip

0 commit comments

Comments
 (0)