Skip to content

Commit

Permalink
chore(deps): update dorny/test-reporter action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent 8439f90 commit b592922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish-ut-reports:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
with:
artifact: /ut-reports(.*)/
name: UT Tests report$1
Expand All @@ -20,7 +20,7 @@ jobs:
publish-it-reports:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
with:
artifact: /it-reports(.*)/
name: IT Tests report$1
Expand Down

0 comments on commit b592922

Please sign in to comment.