Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Updated download-artifact action to v4
  • Loading branch information
lino authored Oct 3, 2024
1 parent 883e219 commit d75cae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit d75cae8

Please sign in to comment.