summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-04-04 12:01:58 +0000
committerRenovate Bot <bot@renovateapp.com>2022-04-04 12:01:58 +0000
commite7138c6b01f3069b0e0006f3996ce09025426f5e (patch)
tree007b8d4cbcb7fa928e8d61e7421e43b6f0295392
parent91974a8f88057d07e8b6e9fe3f0a00fa001a6dfa (diff)
Update actions/upload-artifact action to v3renovate/actions-upload-artifact-3.x
-rw-r--r--.github/workflows/automated-browser.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/automated-browser.yml b/.github/workflows/automated-browser.yml
index 2257874ec..a73a7cc35 100644
--- a/.github/workflows/automated-browser.yml
+++ b/.github/workflows/automated-browser.yml
@@ -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