Skip to content

Commit 5ae5edf

Browse files
authored
Merge pull request #940 from zerothi/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 1747d59 + 794e15c commit 5ae5edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
name: Publish to TestPyPI
154154
runs-on: ubuntu-latest
155155
steps:
156-
- uses: actions/download-artifact@v4
156+
- uses: actions/download-artifact@v5
157157
with:
158158
pattern: cibw-*
159159
path: dist
@@ -229,7 +229,7 @@ jobs:
229229
# alternatively, to publish when a GitHub Release is created, use the following rule:
230230
# if: github.event_name == 'release' && github.event.action == 'published'
231231
steps:
232-
- uses: actions/download-artifact@v4
232+
- uses: actions/download-artifact@v5
233233
with:
234234
pattern: cibw-*
235235
path: dist

0 commit comments

Comments
 (0)