Skip to content

Commit

Permalink
Bump actions/{up,down}load-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell authored Dec 17, 2024
1 parent aedaa7c commit a8ca131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand All @@ -41,7 +41,7 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/setup-python@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit a8ca131

Please sign in to comment.