Skip to content

Commit

Permalink
Update Github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed May 21, 2024
1 parent f709bc4 commit 3ca415d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: |
ls -R
- name: Archive wheel as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheel-artifact
path: dist/*.whl
- name: Archive sdist as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist-artifact
path: dist/*.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/test-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: File listing
run: ls -R
- name: Fetch built wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel-artifact
path: dist
Expand Down

0 comments on commit 3ca415d

Please sign in to comment.