From 76f301b0ed0e09e1a3ed1b706635dd22c461e276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:41:58 +0000 Subject: [PATCH] ci(deps): bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ccf4e..f1e7405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: ``` - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: | **/TestResults/*/coverage.cobertura.xml @@ -196,7 +196,7 @@ jobs: ./artifacts/*.snupkg - name: Upload coverage to Codecov (Release) - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: | **/TestResults/*/coverage.cobertura.xml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e22c3d5..9f79d88 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -48,4 +48,4 @@ jobs: path: 'docs/_site' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index bfb5e9e..003c65e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -92,7 +92,7 @@ jobs: check_name: Test Results - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: always() with: files: ./TestResults/**/coverage.opencover.xml