Skip to content

Commit

Permalink
Merge pull request #150 from issp-center-dev/update_gha
Browse files Browse the repository at this point in the history
update upload/download-artifact actions to v4
  • Loading branch information
yomichi authored Sep 14, 2024
2 parents 68eba3a + 85904e2 commit 6592a63
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 6592a63

Please sign in to comment.