We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822357e commit e3ff8c7Copy full SHA for e3ff8c7
1 file changed
.github/workflows/unit-test.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Unit test
22
run: dotnet test SharpGraph.sln --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
23
- name: Upload dotnet test results
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: dotnet-results-${{ matrix.dotnet-version }}
27
path: TestResults-${{ matrix.dotnet-version }}
0 commit comments