Skip to content

Commit

Permalink
github-actions: bump upload-artifacts to v3 for linux job
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent 9d56b1c commit 2e9d422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: ls -R wheelhouse

- name: Archive build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build-artifacts-none-any
path: wheelhouse
Expand Down

0 comments on commit 2e9d422

Please sign in to comment.