diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e8fcdf7..2f4ad98 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -64,6 +64,6 @@ jobs: run: | make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: ${{ matrix.os }},go-${{ matrix.go }}