diff --git a/.github/workflows/integrationtest.yaml b/.github/workflows/integrationtest.yaml index 758ff8c..64a8825 100644 --- a/.github/workflows/integrationtest.yaml +++ b/.github/workflows/integrationtest.yaml @@ -200,7 +200,7 @@ jobs: - name: Upload Report # only upload the artifact if we are not on a PR if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: if-no-files-found: error overwrite: true