diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 00fda1262..9dca57185 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -61,7 +61,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-results path: ./build/test-results.xml