Skip to content

Commit 95ea435

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] <[email protected]>
1 parent 4f389cd commit 95ea435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testpydra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868

6969
steps:
7070
- name: Fetch sdist/wheel
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7272
if: matrix.install == 'sdist' || matrix.install == 'wheel'
7373
with:
7474
name: dist
7575
path: dist/
7676
- name: Fetch git archive
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878
if: matrix.install == 'archive'
7979
with:
8080
name: archive

0 commit comments

Comments
 (0)