feat(github-action)!: Update actions/upload-artifact (v3 → v4) (#7)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-02 01:09:27 +02:00
committed by GitHub
parent 0c9ef736d2
commit 2ab10b0b41

View File

@@ -40,7 +40,7 @@ runs:
dotnet test --configuration Release --no-build --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx"
- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: |