From 0746efcf86313120d8597c8bc5eb6c576ad52fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:26:22 +0000 Subject: [PATCH] [dependabot]: Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 673bac3d..1933b998 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: run: tox run -f coverage - name: Upload (unit tests) coverage to codecov if: hashFiles('coverage.unit.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -100,7 +100,7 @@ jobs: test-unit - name: Upload (functional tests) coverage to codecov if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -146,7 +146,7 @@ jobs: run: ls -lA - name: Upload (unit tests) coverage to codecov if: hashFiles('coverage.unit.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -156,7 +156,7 @@ jobs: test-unit - name: Upload (functional tests) coverage to codecov if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true