diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b45e2da..1e79b96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: run: go test -coverprofile=coverage.out ./... - name: Upload coverage to Codecov 📤 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: files: coverage.out flags: unittests