Skip to content

Commit

Permalink
Merge pull request #26 from paradigmxyz/rkrasiuk/fix-upload
Browse files Browse the repository at this point in the history
fix(ci): lock upload artifact action
  • Loading branch information
rkrasiuk authored Jan 17, 2024
2 parents 6c6a0d4 + 3b229e1 commit efc4344
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 @@ -38,7 +38,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 efc4344

Please sign in to comment.