From 447bb61c232e1311ac4148d8fa225cd84dec4a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 06:02:23 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerised-postgres.yml | 2 +- .github/workflows/oldest-postgres.yml | 2 +- .github/workflows/single-postgres-windows.yml | 2 +- .github/workflows/single-postgres.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerised-postgres.yml b/.github/workflows/dockerised-postgres.yml index 953e9865..71ca99fa 100644 --- a/.github/workflows/dockerised-postgres.yml +++ b/.github/workflows/dockerised-postgres.yml @@ -68,7 +68,7 @@ jobs: output-file: coverage-docker.xml - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/oldest-postgres.yml b/.github/workflows/oldest-postgres.yml index 1b82aad9..5f2e652e 100644 --- a/.github/workflows/oldest-postgres.yml +++ b/.github/workflows/oldest-postgres.yml @@ -89,7 +89,7 @@ jobs: path: /tmp/pytest-of-runner/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres-windows.yml b/.github/workflows/single-postgres-windows.yml index 9e97bea9..c092b954 100644 --- a/.github/workflows/single-postgres-windows.yml +++ b/.github/workflows/single-postgres-windows.yml @@ -87,7 +87,7 @@ jobs: path: ${{ runner.temp }}/pytest-basetemp/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres.yml b/.github/workflows/single-postgres.yml index 8951543f..9e130e55 100644 --- a/.github/workflows/single-postgres.yml +++ b/.github/workflows/single-postgres.yml @@ -103,7 +103,7 @@ jobs: path: ${{ runner.temp }}/pytest-basetemp/** - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.codecov_token }} flags: unittests