Skip to content

Commit 85414e5

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#233)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 dacd9ab commit 85414e5

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

0 commit comments

Comments
 (0)