chore(deps): Bump actions/upload-artifact from 2 to 3 (#2542)
This commit is contained in:
parent
6553f627e8
commit
f3fe454b43
|
@ -70,7 +70,7 @@ jobs:
|
||||||
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
|
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
|
||||||
|
|
||||||
- name: 'Upload artifact for workflow transfer'
|
- name: 'Upload artifact for workflow transfer'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: preview-build
|
name: preview-build
|
||||||
path: artifact.tar.zst
|
path: artifact.tar.zst
|
||||||
|
|
Loading…
Reference in New Issue