From b35740d486b1da16ec8bffd48685dc958fae9169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 8 Jun 2026 17:13:04 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 --- .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 907388c6f..d96d99bf1 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.2 + uses: codecov/codecov-action@v7.0.0 with: flags: backend files: ./coverage.txt @@ -110,7 +110,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: flags: ui directory: ./ui/coverage