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
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -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