From 5cbbd7fc6e238da728cbaae6cf207784795d7702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:11:33 +0000 Subject: [PATCH] chore(deps): bump the ci-actions group with 2 updates Bumps the ci-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v6...v6.0.1) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/test-coverage.yaml | 2 +- .github/workflows/valgrind.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bdfd5b1..75aca5d 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -69,7 +69,7 @@ jobs: # protected branches require CODECOV_TOKEN to upload, and we don't want # a missing token to fail a PR. Set CODECOV_TOKEN in repo secrets to # turn the upload into a hard gate again. - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v6.0.1 with: files: ./coverage.xml flags: r diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index fcbff56..53e1c01 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -36,7 +36,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 + - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: # Fail if error if not on PR, or if on PR and token is given fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/valgrind.yaml b/.github/workflows/valgrind.yaml index 78e3e93..8e8d631 100644 --- a/.github/workflows/valgrind.yaml +++ b/.github/workflows/valgrind.yaml @@ -91,7 +91,7 @@ jobs: - name: Upload valgrind log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: valgrind-log path: ${{ runner.temp }}/valgrind.log