From 6c2b600190f863aad8711e6c6313b4060062ec91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 11:28:16 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#320) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/development.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index 7c76cfc..4f2559b 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: ./scripts/test.sh - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Build binaries uses: goreleaser/goreleaser-action@v6 with: