chore(deps): update actions/upload-artifact action to v3 (#45491)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -46,13 +46,13 @@ jobs:
|
|||||||
run: tar -cf client-artifact.tar client/public
|
run: tar -cf client-artifact.tar client/public
|
||||||
|
|
||||||
- name: Upload Client Artifact
|
- name: Upload Client Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: client-artifact
|
name: client-artifact
|
||||||
path: client-artifact.tar
|
path: client-artifact.tar
|
||||||
|
|
||||||
- name: Upload Webpack Stats
|
- name: Upload Webpack Stats
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: webpack-stats
|
name: webpack-stats
|
||||||
path: client/public/stats.json
|
path: client/public/stats.json
|
||||||
|
Reference in New Issue
Block a user