Skip to content

Commit

Permalink
Update upload/download action to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Sep 4, 2024
1 parent 5b1c2c8 commit 5e30209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python -m cibuildwheel --output-dir dist
- name: Store wheel as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*.whl
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
./ci/python_build_sdist.sh

- name: Store sdist as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*.tar.gz
Expand All @@ -139,7 +139,7 @@ jobs:

steps:
- name: Download artifacts produced during the build_wheels and build_sdist jobs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 5e30209

Please sign in to comment.