Skip to content

Commit 37aacd4

Browse files
committed
Update download artifact stage
1 parent 85b3b56 commit 37aacd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
github-token: ${{ secrets.github_token }}
8181
parallel-finished: true
82-
- uses: actions/download-artifact@v2
82+
- uses: actions/download-artifact@v4
8383
if: startsWith(github.ref, 'refs/tags')
8484
with:
8585
name: wheel

0 commit comments

Comments
 (0)