Skip to content

Commit

Permalink
Fix deprecated upload-artifact usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 3, 2025
1 parent e0dce4f commit 9467ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and create distribution
run: |
python -m build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand Down

0 comments on commit 9467ed9

Please sign in to comment.