dev-cmd/tap-new: use actions/upload-artifact@v4
This commit is contained in:
parent
54a5690391
commit
adbe6edc84
@ -98,9 +98,9 @@ module Homebrew
|
|||||||
|
|
||||||
- name: Upload bottles as artifact
|
- name: Upload bottles as artifact
|
||||||
if: always() && github.event_name == 'pull_request'
|
if: always() && github.event_name == 'pull_request'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bottles
|
name: bottles_${{ matrix.os }}
|
||||||
path: '*.bottle.*'
|
path: '*.bottle.*'
|
||||||
YAML
|
YAML
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user