diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index d4559c92..cea76ac0 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -148,7 +148,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 with: token: ${{ secrets.CODECOV_TOKEN }}