Skip to content

Commit

Permalink
Merge pull request #12 from overmindtech/renovate/major-github-artifa…
Browse files Browse the repository at this point in the history
…ct-actions

Update actions/upload-artifact action to v4
  • Loading branch information
DavidS-ovm authored Mar 29, 2024
2 parents e5a8007 + 740fe97 commit 4369a41
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 @@ -36,7 +36,7 @@ jobs:
if: always() && github.event_name == 'pull_request'
# 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
uses: actions/upload-artifact@v4
with:
name: bottles
path: '*.bottle.*'

0 comments on commit 4369a41

Please sign in to comment.