diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f04e0..1bc8a59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Codecov upload - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: runner.os == 'Linux' with: token: ${{ secrets.CODECOV_TOKEN }}