Skip to content

Commit 707e345

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#204)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 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 09ee6d2 commit 707e345

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
@@ -338,7 +338,7 @@ jobs:
338338
echo "Failed to restore Python virtual environment from cache"
339339
exit 1
340340
- name: Download all coverage artifacts
341-
uses: actions/download-artifact@v5.0.0
341+
uses: actions/download-artifact@v6.0.0
342342
- name: Combine coverage results
343343
run: |
344344
. 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@v5.0.0
84+
uses: actions/download-artifact@v6.0.0
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@v5.0.0
104+
uses: actions/download-artifact@v6.0.0
105105
with:
106106
name: python-package-distributions
107107
path: dist/

0 commit comments

Comments
 (0)