From daf67aa7ff9f40e7a3e7d9c1d8f76f449a2c8a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:39:19 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/UnitTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index c9bb2e6..2b73f49 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -39,6 +39,6 @@ jobs: - uses: julia-actions/cache@v1 - uses: julia-actions/julia-runtest@latest - uses: julia-actions/julia-processcoverage@latest - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: lcov.info From 86a64657adffc71cf3e3d92718e297ef8151851e Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" <744411+ViralBShah@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:41:04 -0400 Subject: [PATCH 2/2] Update UnitTest.yml --- .github/workflows/UnitTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index 2b73f49..0180f54 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -42,3 +42,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }}