Skip to content

Commit

Permalink
chore(ci): revert actions/upload-artifact to v3 to avoid bug when sav…
Browse files Browse the repository at this point in the history
…ing conflicting artifacts

actions/upload-artifact#480
  • Loading branch information
ribeirojose committed Sep 10, 2024
1 parent 18fa6f2 commit 895dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
poetry build -f sdist
- name: Archive production artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: |
Expand Down

0 comments on commit 895dd8f

Please sign in to comment.