diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 06c7b53a..f1c6c7d5 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -102,7 +102,7 @@ jobs: if: failure() - name: Upload selenium screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: selenium-screenshots path: /tmp/selenium-*.png