diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c0a66398..35a5a948 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -323,7 +323,7 @@ jobs: - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}