From da23c09ad93ccc9a8b6a0be9ddc1bdbc4135bed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:28:22 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 17ab910..a8564d2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Run linter and tests run: make test-ci - name: Update code coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}