From b16396a10e34f5171099ca7c1d32a87c55af8372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:13:30 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 [bump version] --- .github/workflows/test_docker_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index b4a415bd..5f0185ef 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -60,7 +60,7 @@ jobs: python3 -m pytest --cov app --cov-report html --cov-report term --cov-report xml - name: Upload reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Required for v4 with: