Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v3...v4)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Daniel Kostuj committed Oct 10, 2023
1 parent 01e24e9 commit 38f0c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tenzir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ jobs:
run: |
VERBOSE=1 cmake --build "$BUILD_DIR" --target functional-test -j 1
- name: Publish Functional Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: report.xml
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
nix --accept-flake-config develop .#functional-test-shell \
--command bash -c "cmake --build \"$BUILD_DIR\" --target functional-test -j 1"
- name: Publish Functional Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: report.xml
Expand Down

0 comments on commit 38f0c74

Please sign in to comment.