Skip to content

Commit

Permalink
Fix upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 15, 2024
1 parent f3a4ed8 commit 5ec7fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python -m build

- name: Save archive
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pypi-pkgs
path: dist
Expand Down

0 comments on commit 5ec7fb0

Please sign in to comment.