Skip to content

Commit

Permalink
Updated artifact to append
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 25, 2024
1 parent a52d781 commit cf8ad7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
# Do not upgrade to v4 due to https://github.com/actions/upload-artifact/issues/478
# Homebrew will need to solve this in the `brew pr-pull` command
uses: actions/upload-artifact@v3
with:
name: bottles-${{ matrix.os }}
name: bottles
path: '*.bottle.*'

0 comments on commit cf8ad7b

Please sign in to comment.