Skip to content

Commit

Permalink
ci: Use download-artifact v4
Browse files Browse the repository at this point in the history
Update action version because of a security issue, see
GHSA-cxww-7g56-2vh6
  • Loading branch information
st-bender committed Sep 8, 2024
1 parent 02a9f39 commit e192b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit e192b36

Please sign in to comment.