diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 791e4d9..36ca01f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.25.x' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out flags: unittests