Skip to content

Commit

Permalink
bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 22, 2024
1 parent 0e4ecc3 commit e20644c
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 @@ -217,7 +217,7 @@ jobs:
run: ls -R dist

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

0 comments on commit e20644c

Please sign in to comment.