Skip to content

Commit

Permalink
rollback upload artifact action to v3 to allow merging artifacts with…
Browse files Browse the repository at this point in the history
… the same name

Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Feb 8, 2024
1 parent d818117 commit 0af826b
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 @@ -57,7 +57,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 0af826b

Please sign in to comment.