Skip to content

Commit 6ef0aae

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 b3445ed commit 6ef0aae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
needs: [build_wheels, build_sdist]
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/download-artifact@v3
63+
- uses: actions/download-artifact@v4
6464
with:
6565
name: artifact
6666
path: dist
67-
- uses: actions/download-artifact@v3
67+
- uses: actions/download-artifact@v4
6868
with:
6969
name: wheels
7070
path: dist
@@ -79,11 +79,11 @@ jobs:
7979
runs-on: ubuntu-latest
8080
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8181
steps:
82-
- uses: actions/download-artifact@v3
82+
- uses: actions/download-artifact@v4
8383
with:
8484
name: artifact
8585
path: dist
86-
- uses: actions/download-artifact@v3
86+
- uses: actions/download-artifact@v4
8787
with:
8888
name: wheels
8989
path: dist

0 commit comments

Comments
 (0)