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:
Bo Anderson 2023-12-16 13:50:34 +00:00 committed by GitHub
commit a60c58c798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.*'