Skip to content

Commit 8f73e43

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 258286a commit 8f73e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
python-version: '3.12'
8989

90-
- uses: actions/download-artifact@v3
90+
- uses: actions/download-artifact@v4
9191
with:
9292
name: artifact
9393
path: wheelhouse
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/setup-python@v4
112112
with:
113113
python-version: ${{ matrix.python-version }}
114-
- uses: actions/download-artifact@v3
114+
- uses: actions/download-artifact@v4
115115
with:
116116
name: artifact
117117
path: wheelhouse

0 commit comments

Comments
 (0)