diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f2d5ac5d6dd..c2566333ec0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -396,7 +396,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