diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4d6a9..63fbf90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Run Unit Tests with Coverage run: go test -coverprofile=coverage.txt -covermode=atomic -v ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: # token is not needed for public repositories files: coverage.txt