diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c4b37..7f4c355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/.github/workflows/check.yml b/src/.github/workflows/check.yml index 551822c..6e645ce 100644 --- a/src/.github/workflows/check.yml +++ b/src/.github/workflows/check.yml @@ -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