Skip to content

Commit 877dab7

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2f9cb8 commit 877dab7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [make_sdist,build_wheels]
6161
runs-on: ubuntu-22.04
6262
steps:
63-
- uses: actions/download-artifact@v3
63+
- uses: actions/download-artifact@v4
6464
with:
6565
name: artifact
6666
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
if: github.event_name == 'release' && github.event.action == 'published'
8585
steps:
86-
- uses: actions/download-artifact@v3
86+
- uses: actions/download-artifact@v4
8787
with:
8888
name: artifact
8989
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
python -m pip install -U coverage>=5.1 coveralls
274274
275275
- name: Download coverage file
276-
uses: actions/download-artifact@v3
276+
uses: actions/download-artifact@v4
277277
with:
278278
name: coverage
279279
path: coverage

0 commit comments

Comments
 (0)