Update actions/upload-artifact action to v3
This commit is contained in:
parent
42890950d2
commit
e7a08759aa
2
.github/workflows/automated-browser.yml
vendored
2
.github/workflows/automated-browser.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Run browser tests
|
||||
run: cd test/automated/browser && ./run.sh
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: screenshots-${{ github.run_id }}
|
||||
path: test/automated/browser/screenshots/*.png
|
||||
|
Loading…
Reference in New Issue
Block a user