Skip to content

Commit

Permalink
Update ghcr.io/enricomi/publish-unit-test-result-action Docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 882529d commit 8468c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
data: ${{ steps.moduleDescriptor.outputs.content }}

- name: Publish Jest unit test results
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v2
if: always()
with:
github_token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: cat module-descriptor.json

- name: Publish Jest unit test results
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v2
if: always()
with:
github_token: ${{ github.token }}
Expand Down

0 comments on commit 8468c05

Please sign in to comment.