Skip to content

Commit

Permalink
Downgrade upload-artifact to v3 in pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 23, 2024
1 parent 61c477f commit 76a945e
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@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

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

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

Expand Down

0 comments on commit 76a945e

Please sign in to comment.