diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3f5869e8a..845081b57 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -145,7 +145,7 @@ jobs: path: tests/_image_cache retention-days: 7 - - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 name: 'Upload coverage to CodeCov' with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/doc/changelog.d/535.dependencies.md b/doc/changelog.d/535.dependencies.md new file mode 100644 index 000000000..e3ddfd325 --- /dev/null +++ b/doc/changelog.d/535.dependencies.md @@ -0,0 +1 @@ +Build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1