Skip to content

Commit

Permalink
forward mikepenz/action-junit-report to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 8, 2023
1 parent 3b3aa41 commit 0bb0d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## [5.3.0] 2023-09-08

### Changed

- forward mikepenz/action-junit-report to v4


## [5.2.0] 2023-09-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/.github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
task check:safety
- name: Publish Test Report in Action
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: always() # always run even if the previous step fails
with:
report_paths: dist/junit-*.xml
Expand Down

0 comments on commit 0bb0d0d

Please sign in to comment.