diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 31cb15dc..fc53137d 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -92,7 +92,7 @@ jobs: if: failure() - name: Upload selenium screenshots - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: selenium-screenshots path: /tmp/selenium-*.png