diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index 50fd7ae5c..54a779564 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -201,7 +201,7 @@ jobs: run: cd e2e && bash run-tests - name: Upload Screenshots if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: selenium-screenshots - path: e2e/screenshots/ \ No newline at end of file + path: e2e/**/*.png \ No newline at end of file