diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e063ae1..689f042 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -41,7 +41,7 @@ jobs: identity_secret: ${{ secrets.IDENTITY_SECRET }} api_key: ${{ secrets.API_KEY }} LIMITED_ACCOUNT: ${{ secrets.LIMITED_ACCOUNT }} - - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml