Skip to content

Commit

Permalink
fix(release): downgrade upload action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Feb 8, 2024
1 parent 0cfd8ff commit 21d7266
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 @@ -98,7 +98,7 @@ jobs:
run: |
poetry build
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand All @@ -110,7 +110,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: [lint, test]
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down

0 comments on commit 21d7266

Please sign in to comment.