From 485d14a807cd532b06fbd0ce3e1eab4379bedf2b Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:23:22 +0700 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#97) --- .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 d3c1f1b..517050e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover - name: Publish to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Set Dev version if: github.ref == 'refs/heads/main'