diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4f67c9e..a83e748 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -112,7 +112,7 @@ jobs: - name: Upload E2E artifacts on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-${{ matrix.client_mode }}-${{ github.run_attempt }} if-no-files-found: ignore