Merge pull request #5411 from consuldemocracy/update_upload_artifact_action
Update upload artifact action to version 3
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
parallel: true
|
parallel: true
|
||||||
- name: Upload screenshots
|
- name: Upload screenshots
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: screenshots
|
name: screenshots
|
||||||
path: tmp/screenshots
|
path: tmp/screenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user