diff --git a/.github/workflows/testing-from-build.yml b/.github/workflows/testing-from-build.yml index 555184d1ff..6fff578316 100644 --- a/.github/workflows/testing-from-build.yml +++ b/.github/workflows/testing-from-build.yml @@ -49,7 +49,7 @@ jobs: - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' - uses: orgoro/coverage@v3.1 + uses: orgoro/coverage@v3.2 with: coverageFile: ./coverage.xml token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/testing-from-ghcr.yml b/.github/workflows/testing-from-ghcr.yml index eb39f7c53f..01e8c45cc3 100644 --- a/.github/workflows/testing-from-ghcr.yml +++ b/.github/workflows/testing-from-ghcr.yml @@ -51,7 +51,7 @@ jobs: - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' - uses: orgoro/coverage@v3.1 + uses: orgoro/coverage@v3.2 with: coverageFile: ./coverage.xml token: ${{ secrets.GITHUB_TOKEN }}