diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d33111c..2119ba8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: args: '-- --test-threads 1' - name: Upload to codecov.io - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{secrets.CODECOV_TOKEN}}