Skip to content

Commit

Permalink
Update EnricoMi/publish-unit-test-result-action action to v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mathze committed Mar 12, 2024
1 parent 4e7c5ef commit 70a378e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
jacocoTestReport
- name: "Publish Unit Test Results"
uses: EnricoMi/publish-unit-test-result-action@v2.12.0
uses: EnricoMi/publish-unit-test-result-action@v2.15.1
if: always()
with:
check_name: "Unit test results"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
arguments: functionalTest

- name: "Publish functional test results"
uses: EnricoMi/publish-unit-test-result-action@v2.12.0
uses: EnricoMi/publish-unit-test-result-action@v2.15.1
if: always()
with:
check_name: "Functional test results"
Expand Down

0 comments on commit 70a378e

Please sign in to comment.