From 957dd765a7afdc8394467e7af11c332fce0abb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 18 May 2026 19:13:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6.0.1 --- .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 bb38f4b52..9483b71e0 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: flags: backend files: ./coverage.txt @@ -110,7 +110,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: flags: ui directory: ./ui/coverage