diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7197e6d..2ba2f3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Run code coverage run: ninja coverage -C build - name: Publish test report - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 # v6.2.0 + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1 if: success() || failure() with: report_paths: build/meson-logs/testlog.junit.xml