Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4 (#160)"
Browse files Browse the repository at this point in the history
This reverts commit 8d09d91.
  • Loading branch information
gi0baro committed Jan 3, 2024
1 parent 6d4d579 commit 99eb540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ sdist, wheels, wheels-pgo ]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit 99eb540

Please sign in to comment.