diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04a135c3..855f64f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: dotnet test -p:Configuration=Release --no-restore -p:version=${{ steps.gitversion.outputs.semVer }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 releaseNotes: if: startsWith(github.ref, 'refs/tags/')