Skip to content

Commit

Permalink
Merge pull request #35 from rainforestapp/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ikepenz/action-junit-report-4

Bump mikepenz/action-junit-report from 3 to 4
  • Loading branch information
magni- committed Sep 28, 2023
2 parents 94c7c73 + 67bb464 commit fc13ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
name: Test Results
path: results/rainforest/junit.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: (! inputs.dry_run) && steps.validate.outputs.command && always()
with:
check_name: Rainforest Results
Expand Down

0 comments on commit fc13ec1

Please sign in to comment.