Skip to content

Commit

Permalink
Update build-publish.yml
Browse files Browse the repository at this point in the history
Bump upload-artifact version from v3 to v4
  • Loading branch information
MatPoliquin authored Jan 17, 2025
1 parent b190e81 commit a30f783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ls -l ./wheelhouse/*.whl
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -61,7 +61,7 @@ jobs:
run: pipx run build --sdist

- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit a30f783

Please sign in to comment.