From 047df9c98a669f02336dc31b263afc0fa3888084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 27 Mar 2026 19:38:15 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 053b274f5..dd3a65822 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: run: make test-go - name: Report code coverage - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: flags: backend files: ./coverage.txt @@ -110,7 +110,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: flags: ui directory: ./ui/coverage