diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 00fda1262..8f651018e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -90,7 +90,7 @@ jobs: persist-credentials: false - name: Download test results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: test-results