Skip to content

Commit

Permalink
ci: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored Oct 10, 2024
1 parent 6e2ab44 commit aa7dffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64"
PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

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

Expand Down

0 comments on commit aa7dffb

Please sign in to comment.