Skip to content

Commit

Permalink
fix: use upload artifacts v3 rather than main
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Apr 3, 2024
1 parent 2005d29 commit 638ccf2
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 @@ -53,7 +53,7 @@ jobs:

- name: Upload bottles as artifact
if: success() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3 # https://github.com/actions/upload-artifact/issues/478#issuecomment-2031970585
with:
name: bottles
path: "*.bottle.*"
Expand Down

0 comments on commit 638ccf2

Please sign in to comment.