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