Skip to content

Commit

Permalink
Revert to upload/download v3
Browse files Browse the repository at this point in the history
v4 why are you so difficult
  • Loading branch information
milesgranger committed Sep 5, 2024
1 parent 94a6f9a commit 03be830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: dist
- name: List artifacts
Expand All @@ -309,7 +309,7 @@ jobs:
needs: [build-test, build-sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: dist
- name: List artifacts
Expand Down

0 comments on commit 03be830

Please sign in to comment.