From 63b58c488759e771377735a190f9c0e0a9ddaa35 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Jan 2025 17:12:25 +0100 Subject: [PATCH] Update codecov/codecov-action action to v5.3.1 (#1006) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca31b3211..1780ea234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: with: pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }} - name: Upload coverage report - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: