diff --git a/.github/workflows/automated-browser.yml b/.github/workflows/automated-browser.yml index 9381a3618..1e58e9283 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