diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 681aef84..7a374ea4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,6 +44,6 @@ jobs: - name: Go Test run: make test TEST_FLAGS="-coverprofile=coverage.txt -covermode=atomic" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: file: ./coverage.txt