Skip to content

Commit 353afc5

Browse files
Bump actions/download-artifact from 7 to 8 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c30817f commit 353afc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- run: python -m pip install --upgrade coverage[toml]
8080

8181
- name: Download coverage data
82-
uses: actions/download-artifact@v7
82+
uses: actions/download-artifact@v8
8383
with:
8484
pattern: coverage-data-*
8585
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v7
73+
uses: actions/download-artifact@v8
7474
with:
7575
name: python-package-distributions
7676
path: dist/

0 commit comments

Comments
 (0)