diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2ad2b456..b0956d83 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -104,7 +104,7 @@ jobs: - name: Upload coverage to Codecov if: env.MAIN_PYTHON_VERSION == matrix.python-version - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/doc/changelog.d/451.documentation.md b/doc/changelog.d/451.documentation.md new file mode 100644 index 00000000..fc912a61 --- /dev/null +++ b/doc/changelog.d/451.documentation.md @@ -0,0 +1 @@ +MAINT: Bump codecov/codecov-action from 4 to 5 \ No newline at end of file