Skip to content

Commit 2c71237

Browse files
Bump actions/download-artifact from 1 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...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 489f4f2 commit 2c71237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
python-version: ${{ matrix.python }}
282282

283-
- uses: actions/download-artifact@v1
283+
- uses: actions/download-artifact@v4
284284
with:
285285
name: wheels
286286

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
id-token: write
8686

8787
steps:
88-
- uses: actions/download-artifact@v1
88+
- uses: actions/download-artifact@v4
8989
with:
9090
name: wheels
9191

0 commit comments

Comments
 (0)