diff --git a/.github/workflows/test-action/action.yml b/.github/workflows/test-action/action.yml index 21b4ee2108..3105947540 100644 --- a/.github/workflows/test-action/action.yml +++ b/.github/workflows/test-action/action.yml @@ -32,7 +32,7 @@ runs: # codecov is currently being flakey on macOS # https://github.com/codecov/codecov-action/issues/1416 if: ${{ runner.os != 'macOS' }} - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 with: token: ${{ inputs.codecov_token }} fail_ci_if_error: true