diff --git a/.github/workflows/ci-pr-publish-report.yml b/.github/workflows/ci-pr-publish-report.yml index 0a7b4c0..b0b0d46 100644 --- a/.github/workflows/ci-pr-publish-report.yml +++ b/.github/workflows/ci-pr-publish-report.yml @@ -43,7 +43,7 @@ jobs: - name: 'Publish Test Results' if: ${{ matrix.godot-net == '' }} - uses: dorny/test-reporter@v1.9.0 + uses: dorny/test-reporter@v1.9.1 with: name: report_gdUnit4_Godot${{ matrix.godot-version }}-${{ matrix.godot-status }} # using artifact to download is broken since download-artifact@v4 see https://github.com/dorny/test-reporter/issues/363 @@ -56,7 +56,7 @@ jobs: - name: 'Publish Test Adapter Results' if: ${{ matrix.godot-net == '-net' }} - uses: dorny/test-reporter@v1.9.0 + uses: dorny/test-reporter@v1.9.1 with: name: report_gdUnit4_Godot${{ matrix.godot-version }}-${{ matrix.godot-status }}-net # using artifact to download is broken since download-artifact@v4 see https://github.com/dorny/test-reporter/issues/363