From 5e388195061a15632129e892eca9b2db20b98b7d Mon Sep 17 00:00:00 2001 From: 9seconds Date: Wed, 11 Feb 2026 11:42:01 +0100 Subject: [PATCH] Update codecov action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b7b56d..f24ca4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: run: go test -coverprofile=./coverage.txt -covermode=atomic -v ./... - name: Collect coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt