diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a794225..45bd1a4 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@v5 with: files: coverage.txt flags: unit-tests