diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6da61bd..da415e5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,7 +46,7 @@ jobs: env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres_test - name: Upload coverage - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true