From ee3dcda8ea48ab641747aba34c5f352c668ad139 Mon Sep 17 00:00:00 2001 From: th-schwarz Date: Thu, 2 Apr 2026 18:44:55 +0200 Subject: [PATCH] .github/actions/publish-report/action.yml aktualisiert --- .github/actions/publish-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-report/action.yml b/.github/actions/publish-report/action.yml index a5811e4..6e40411 100644 --- a/.github/actions/publish-report/action.yml +++ b/.github/actions/publish-report/action.yml @@ -25,7 +25,7 @@ runs: done - name: Publish Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 with: token: ${{ inputs.token }} name: ${{ inputs.report-name }}