dev-cmd/tap-new: use actions/upload-artifact@v4

This commit is contained in:
Ruoyu Zhong 2024-04-19 10:43:41 +08:00
parent 54a5690391
commit adbe6edc84
No known key found for this signature in database

View File

@ -98,9 +98,9 @@ module Homebrew
- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bottles
name: bottles_${{ matrix.os }}
path: '*.bottle.*'
YAML