diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 850596b..ea66ca5 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -93,10 +93,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ env.DOTNET_VERSION }} @@ -122,13 +122,6 @@ jobs: output: both thresholds: '60 80' - - name: Upload Code Coverage Results - uses: actions/upload-artifact@v4 - with: - name: code_coverage - path: code-coverage-results.md - if-no-files-found: warn - - name: Pull Request - Add Coverage Comment uses: marocchino/sticky-pull-request-comment@v2 if: github.event_name == 'pull_request' @@ -167,7 +160,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build Changelog id: build_changelog @@ -214,7 +207,7 @@ jobs: - name: Download NuGet Output id: download_nuget - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nuget_output path: ${{ env.NUGET_OUTPUT_FOLDER }}