summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-21 18:01:53 +0100
committerGitHub <noreply@github.com>2022-03-21 18:01:53 +0100
commitdb9771de2e80f188ff047445660a1402e2f24d38 (patch)
tree9e8c8218220dde3fe30d61c8a0ed0d9658df12bf /.github/workflows/build.yml
parente35fb8c49f6100e83bcfe9e752f4e8999888a4d5 (diff)
build: Bump mikepenz/action-junit-report from 2 to 3.0.1 (#65)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 3.0.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7d0ad0ec..becbbbed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
- name: Publish report
if: always()
- uses: mikepenz/action-junit-report@v2
+ uses: mikepenz/action-junit-report@v3.0.1
with:
check_name: test (Java ${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -83,7 +83,7 @@ jobs:
run: pytest --cov --cov-report=xml --junitxml=junit-report.xml
- name: Publish report
if: always()
- uses: mikepenz/action-junit-report@v2
+ uses: mikepenz/action-junit-report@v3.0.1
with:
check_name: test (Python ${{ matrix.python }})
report_paths: '**/junit-report.xml'