diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a17c46..4d09d88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: cabal test --project-file=cabal.release.project --test-options "--xml=dist-newstyle/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: 'dist-newstyle/report.xml'