Skip to content

Commit

Permalink
Revert "Downgrade upload-artifact to v3 in pypi workflow"
Browse files Browse the repository at this point in the history
This reverts commit 76a945e.
  • Loading branch information
gbolmier committed Nov 24, 2024
1 parent 76a945e commit dbb356d
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 @@ -94,7 +94,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup show
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -112,7 +112,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 dbb356d

Please sign in to comment.