Skip to content

Commit

Permalink
update upload/download-artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Sep 14, 2024
1 parent 68eba3a commit 85904e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build dist
run: python setup.py sdist bdist_wheel

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand All @@ -28,7 +28,7 @@ jobs:
needs: [build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 85904e2

Please sign in to comment.