diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d33111c..8358add 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.2.0 with: token: ${{secrets.CODECOV_TOKEN}}