Skip to content

Commit

Permalink
ci: bump artifact versions 3->4
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 16, 2024
1 parent d458d2b commit 3ef34bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: build binary wheels
uses: pypa/[email protected]
- name: upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bdist
path: ./wheelhouse/*.whl
Expand All @@ -53,7 +53,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: download source wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist
path: wheels
Expand Down

0 comments on commit 3ef34bf

Please sign in to comment.