Skip to content

Commit

Permalink
ci: upgrade actions/{upload/download}-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 15, 2024
1 parent 8df7fc6 commit 18a9856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python3 -m pip install cibuildwheel~=2.16
cibuildwheel
ls wheelhouse
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-files
path: wheelhouse/*
Expand All @@ -43,7 +43,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-files
path: dist
Expand Down

0 comments on commit 18a9856

Please sign in to comment.