Skip to content

Commit

Permalink
ci: upgrade download and upload artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored Sep 13, 2024
1 parent b3b8c4d commit 02a1178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build sdist
run: pipx run build --sdist --wheel

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
dist/*.tar.gz
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 02a1178

Please sign in to comment.