diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181e7de14..25298eeb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Run tests run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions" - name: Upload coverage - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Code coverage ${{ matrix.os }} path: "**/coverage.cobertura.xml" @@ -80,7 +80,7 @@ jobs: - name: Create packages run: dotnet pack --configuration Release --output ./packages - name: Upload a Build Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: NuGet packages path: packages/*.*