diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5ab96e..c260f11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - if: always() name: Publish test reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-report-java-files #working-directory does not work here @@ -83,7 +83,7 @@ jobs: - if: always() name: Publish test reports files - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-report-net-files #working-directory does not work here