Skip to content

Commit c6df0ec

Browse files
Bump dorny/test-reporter from 2 to 3
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2 to 3. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v2...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6d7ee9 commit c6df0ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
shell: cmd
5959
run: ./build.cmd ci -release
6060
- name: Publish test results - release
61-
uses: dorny/test-reporter@v2
61+
uses: dorny/test-reporter@v3
6262
if: always()
6363
with:
6464
name: Report release tests

.github/workflows/test-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test-report-release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: dorny/test-reporter@v2
16+
- uses: dorny/test-reporter@v3
1717
with:
1818
artifact: test-results-release # artifact name
1919
name: Report release tests # Name of the check run which will be created
@@ -23,7 +23,7 @@ jobs:
2323
test-report-debug:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: dorny/test-reporter@v2
26+
- uses: dorny/test-reporter@v3
2727
with:
2828
artifact: test-results-debug # artifact name
2929
name: Report debug tests # Name of the check run which will be created

0 commit comments

Comments
 (0)