diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e68f3b..25afcd1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: # go mod init guanguans/id-validator go test -v -race -coverprofile=coverage -covermode=atomic ./... - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage flags: unittests