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'