fix(ci): {up,down}load-artifact@v4 on generate bootstrap archive (#18975)

This commit is contained in:
Jia Yuan Lo 2024-01-14 23:51:02 +08:00 committed by GitHub
parent 5c70038214
commit b6c3cb98ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: bootstrap-archives-${{ github.sha }}
name: bootstrap-archives-${{ matrix.arch }}-${{ github.sha }}
path: "*.zip"
publish:
permissions:
@ -47,7 +47,7 @@ jobs:
- name: Fetch bootstrap archives
uses: actions/download-artifact@v4
with:
name: bootstrap-archives-${{ github.sha }}
merge-multiple: true
path: ./
- name: Create new tag
id: get_tag