Skip to content

Commit

Permalink
Updated upload-artifact to v4
Browse files Browse the repository at this point in the history
Deprecated action broke the build
  • Loading branch information
lino authored Oct 3, 2024
1 parent b3e63ca commit 46dfaf9
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 @@ -65,7 +65,7 @@ jobs:
pdm build
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# These are pure-python, so we don't need to worry about platform
name: wheels
Expand Down

0 comments on commit 46dfaf9

Please sign in to comment.