Skip to content

Commit 494e411

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 e039740 commit 494e411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
echo "Failed to restore Python virtual environment from cache"
324324
exit 1
325325
- name: Download all coverage artifacts
326-
uses: actions/download-artifact@v4.1.8
326+
uses: actions/download-artifact@v5
327327
- name: Combine coverage results
328328
run: |
329329
. venv/bin/activate

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
id-token: write
8282
steps:
8383
- name: Download all the dists
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: python-package-distributions
8787
path: dist/
@@ -101,7 +101,7 @@ jobs:
101101
id-token: write
102102
steps:
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: python-package-distributions
107107
path: dist/

0 commit comments

Comments
 (0)