From 0dfd91e88919486d7fbdc28d19c7c1a63e77400d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 02:54:11 +0000 Subject: [PATCH] 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-and-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 0a9ac2ae6..ebd270e08 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -64,7 +64,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true @@ -82,7 +82,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true @@ -100,7 +100,7 @@ jobs: - name: Create coverage file run: docker compose -f docker-compose.local.yml run --rm --user="root" django coverage xml -i - name: Upload coverage file - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./csunplugged/coverage.xml verbose: true