diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 92e0022..53a26d2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,7 +33,7 @@ jobs: run: govulncheck ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}