Skip to content

Commit

Permalink
ci: temporarily pin actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Apr 1, 2024
1 parent 1949630 commit 6a4c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'

0 comments on commit 6a4c542

Please sign in to comment.