Update actions/upload-artifact action to v3

This commit is contained in:
Renovate Bot
2022-04-10 16:24:35 +00:00
parent 42890950d2
commit e7a08759aa

View File

@@ -13,7 +13,7 @@ jobs:
- name: Run browser tests - name: Run browser tests
run: cd test/automated/browser && ./run.sh run: cd test/automated/browser && ./run.sh
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: screenshots-${{ github.run_id }} name: screenshots-${{ github.run_id }}
path: test/automated/browser/screenshots/*.png path: test/automated/browser/screenshots/*.png