Skip to content

Commit

Permalink
Downgrade upload artifact from 3 to 4. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien authored Jan 6, 2024
1 parent c854932 commit 22631f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
Expand All @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit 22631f3

Please sign in to comment.