From 610ca152218745c45198e84b74af4cbfa28b1806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:25:33 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.4 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.1.0. - [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/v3.1.4...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-testing-deploy.yml | 68 ++++++++++++------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 27691663d22..d46ee0ac120 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -327,7 +327,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/webserver.bash test_with_db 01 - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -370,7 +370,7 @@ jobs: run: ./ci/github/unit-testing/webserver.bash install - name: test run: ./ci/github/unit-testing/webserver.bash test_with_db 02 - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -413,7 +413,7 @@ jobs: run: ./ci/github/unit-testing/webserver.bash install - name: test run: ./ci/github/unit-testing/webserver.bash test_with_db 03 - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -459,7 +459,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/storage.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -507,7 +507,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/agent.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -596,7 +596,7 @@ jobs: - name: OAS backwards compatibility check if: always() run: ./ci/github/unit-testing/api-server.bash openapi-diff - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -642,7 +642,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/autoscaling.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -694,7 +694,7 @@ jobs: with: name: ${{ github.job }}_docker_logs path: ./services/catalog/test_failures - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -750,7 +750,7 @@ jobs: source .venv/bin/activate && \ pushd services/clusters-keeper && \ make test-ci-unit - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -802,7 +802,7 @@ jobs: with: name: ${{ github.job }}_docker_logs path: ./services/datcore-adapter/test_failures - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -847,7 +847,7 @@ jobs: run: ./ci/github/unit-testing/director.bash install - name: test run: ./ci/github/unit-testing/director.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -899,7 +899,7 @@ jobs: with: name: ${{ github.job }}_docker_logs path: ./services/director-v2/test_failures - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -945,7 +945,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/aws-library.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -991,7 +991,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/dask-task-models-library.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1037,7 +1037,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/dask-sidecar.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1093,7 +1093,7 @@ jobs: source .venv/bin/activate && \ pushd services/osparc-gateway-server && \ make test-ci-unit - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1139,7 +1139,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/payments.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1185,7 +1185,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/dynamic-scheduler.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1241,7 +1241,7 @@ jobs: source .venv/bin/activate && \ pushd services/resource-usage-tracker && \ make test-ci-unit - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1287,7 +1287,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/dynamic-sidecar.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1411,7 +1411,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/postgres-database.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1457,7 +1457,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/invitations.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1503,7 +1503,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/service-integration.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1549,7 +1549,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/service-library.bash test_all - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1595,7 +1595,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/settings-library.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1640,7 +1640,7 @@ jobs: run: ./ci/github/unit-testing/models-library.bash typecheck - name: test run: ./ci/github/unit-testing/models-library.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1688,7 +1688,7 @@ jobs: - name: test if: always() run: ./ci/github/unit-testing/simcore-sdk.bash test - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: unittests #optional @@ -1799,7 +1799,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/webserver.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -1865,7 +1865,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/webserver.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -1931,7 +1931,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/director-v2.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -2001,7 +2001,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/director-v2.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -2069,7 +2069,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -2150,7 +2150,7 @@ jobs: run: | pushd services/osparc-gateway-server && \ make down - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests #optional @@ -2216,7 +2216,7 @@ jobs: - name: cleanup if: always() run: ./ci/github/integration-testing/simcore-sdk.bash clean_up - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.1.0 with: flags: integrationtests