Skip to content

Commit

Permalink
Merge pull request #234 from spacemeshos/dependabot/github_actions/mi…
Browse files Browse the repository at this point in the history
…kepenz/action-junit-report-4

Bump mikepenz/action-junit-report from 3 to 4
  • Loading branch information
fasmat authored Sep 7, 2023
2 parents 94be2d7 + d2c7967 commit 917daa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
GOTESTSUM_JUNITFILE: unit-tests.xml
run: make test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
# always run even if the previous step fails
if: always()
with:
Expand Down

0 comments on commit 917daa5

Please sign in to comment.