diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f9d0d61c..f1e8d577 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,6 +41,6 @@ jobs: - name: Go Test run: make test TEST_FLAGS="-coverprofile=coverage.txt -covermode=atomic" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.txt