From d55710a2eb0d3c097a3a40cf7beb23d9e21a1c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:40:51 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/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) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-bohrium.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-bohrium.yml b/.github/workflows/test-bohrium.yml index 48552d55..1868c4d6 100644 --- a/.github/workflows/test-bohrium.yml +++ b/.github/workflows/test-bohrium.yml @@ -38,7 +38,7 @@ jobs: BOHRIUM_PASSWORD: ${{ secrets.BOHRIUM_PASSWORD }} BOHRIUM_PROJECT_ID: ${{ secrets.BOHRIUM_PROJECT_ID }} BOHRIUM_ACCESS_KEY: ${{ secrets.BOHRIUM_ACCESS_KEY }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true remove_label: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0866d593..c7baf2d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: python -m coverage run -p --source=./dpdispatcher -m dpdispatcher -h python -m coverage combine python -m coverage report - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true pass: