Skip to content

Commit

Permalink
Fix test-bot workflow (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Feb 23, 2024
1 parent 2b1d098 commit 3a72d06
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 3a72d06

Please sign in to comment.