chore(ci): upgrade to upload-artifact@v7 and download-artifact@v8

Fixes Node.js 20 deprecation warnings from v6 versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Clint Branham
2026-03-19 10:17:26 -05:00
parent 34efe03fea
commit efa08b902b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
run: dotnet test tests/PSProxmoxVE.Core.Tests/PSProxmoxVE.Core.Tests.csproj --configuration Release --framework net48 --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
- name: Upload coverage
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-net48
path: ./coverage
@@ -53,7 +53,7 @@ jobs:
run: dotnet test tests/PSProxmoxVE.Core.Tests/PSProxmoxVE.Core.Tests.csproj --configuration Release --framework net9.0 --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
- name: Upload coverage
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-net9-${{ matrix.os }}
path: ./coverage