Skip to content

Commit

Permalink
Bump dorny/test-reporter from 1.9.0 to 1.9.1 (#43)
Browse files Browse the repository at this point in the history
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nullpointer <mschulze@datameer.com>
  • Loading branch information
dependabot[bot] and MikeSchulze committed May 13, 2024
1 parent 206e37f commit 5d11c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-publish-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d11c52

Please sign in to comment.