From 7088eb6a506c156cd6f053bd9729c4abda3e13ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:05:25 +0000 Subject: [PATCH] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.1.0 to 4.1.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/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/lint-and-test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0debfb5a..03b363cd 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -80,7 +80,7 @@ jobs: COLLECT_COVERAGE: ${{ matrix.wp == 'trunk' }} - name: Upload code coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: artifacts/e2e-coverage/coverage/codecov.json flags: e2e diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 9cf073a1..5730074b 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -115,7 +115,7 @@ jobs: run: npm run test:unit -- --collectCoverage - name: Upload code coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: artifacts/logs/lcov.info flags: js @@ -213,7 +213,7 @@ jobs: if: ${{ matrix.coverage }} - name: Upload code coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: artifacts/coverage.xml flags: default @@ -221,7 +221,7 @@ jobs: if: ${{ matrix.coverage }} - name: Upload code coverage report - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: coverage-multisite.xml flags: multisite