Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 4bfce95

Browse files
dependabot[bot]brandonwillard
authored andcommitted
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 1d985d2 commit 4bfce95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
if: github.event_name == 'release' && github.event.action == 'published'
6969
steps:
70-
- uses: actions/download-artifact@v3
70+
- uses: actions/download-artifact@v4
7171
with:
7272
name: artifact
7373
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
python -m pip install -U coverage>=5.1 coveralls
242242
243243
- name: Download coverage file
244-
uses: actions/download-artifact@v3
244+
uses: actions/download-artifact@v4
245245
with:
246246
name: coverage
247247
path: coverage

0 commit comments

Comments
 (0)