Merge pull request #16347 from jeroen/upload-artifact
Fix "an artifact with this name already exists on the workflow run"
This commit is contained in:
commit
a60c58c798
@ -96,7 +96,7 @@ module Homebrew
|
||||
|
||||
- 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.*'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user