From f19e27522333a294b66ca18ee9ec13baa322599e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:06:24 +0000 Subject: [PATCH] ci: update codecov/codecov-action action to v7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1e91028..115d1c5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: - run: go test '-coverpkg=github.com/trim21/go-phpserialize/...' -covermode=atomic -coverprofile=coverage.out -count=1 ./... working-directory: tests - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: tests/coverage.out token: ${{ secrets.CODECOV_TOKEN }}