diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15ae493..e3b65f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: run: | go install github.com/jstemmer/go-junit-report/v2@latest go test -v 2>&1 ./... | go-junit-report -set-exit-code > report.xml - - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 + - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 # v6.2.0 if: success() || failure() # always run even if the previous step fails with: report_paths: report.xml