Skip to content

Commit

Permalink
githubactions: downgrade upload-artifacts on manylinux job
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 22, 2024
1 parent a5968b6 commit 915b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
run: ls -R dist

- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist/*
Expand Down

0 comments on commit 915b964

Please sign in to comment.