diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 14273b9fd0..477f14c3fa 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -390,7 +390,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ matrix.test_suite }}-${{ matrix.container_runtime }} path: TEST_REPORT-*.json