diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 968d9e3..8c159a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: dotnet test OpenFinance.NET.slnx --no-build --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: ./coverage