diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba3b1dc..aa84e44 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -153,7 +153,7 @@ jobs: run: cargo tarpaulin --all-features --run-types Doctests,Tests --out Xml - name: Upload to codecov.io - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }}