From d85b1f7e5ea0d3df85f60edcc024192dbc2dbd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:28:41 +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/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index abf9bdc..525a9c8f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,7 +31,7 @@ jobs: run: | pytest --cov=./robotools --cov-report xml --cov-report term-missing robotools - name: Upload coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 with: file: ./coverage.xml - name: Test Wheel install and import