diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aa7e38..53f6c7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: "report.xml" @@ -194,7 +194,7 @@ jobs: run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: "report.xml"