We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d225c commit 422340dCopy full SHA for 422340d
.github/workflows/pr-validation.yml
@@ -39,7 +39,7 @@ jobs:
39
run: dotnet test --no-build -c Release --logger "trx;LogFileName=test-results.trx"
40
41
- name: Upload test results
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
43
if: always()
44
with:
45
name: test-results-${{ matrix.os }}
0 commit comments