diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5674f..54f1e9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ inputs.event-type == '' && github.ref_name == 'main' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/coverage.xml