Update actions/upload-artifact action to v3
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user