1 Commits

Author SHA1 Message Date
Renovate Bot
b4144d5ea2 Update actions/upload-artifact action to v6
Some checks failed
check main state / build (10.0.x) (push) Successful in 1m41s
Main Build Process / Build & Test (pull_request) Failing after 1m26s
2026-02-05 21:01:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup dotnet
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@v3
with:
dotnet-version: '10.0.x'
- name: Install dependencies

View File

@@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
10.x
@@ -47,7 +47,7 @@ jobs:
customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
- name: Upload Combined Coverage XML
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: coverage
path: ${{ github.workspace }}/Cobertura.xml