Skip to content

Commit

Permalink
Upgraded upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 23, 2024
1 parent 34ba8a5 commit 8bc9ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup show
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -114,7 +114,7 @@ jobs:
- name: Build dist
run: poetry build

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

Expand Down

0 comments on commit 8bc9ccc

Please sign in to comment.