Skip to content

Commit e3ff8c7

Browse files
committed
update workflow
1 parent 822357e commit e3ff8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Unit test
2222
run: dotnet test SharpGraph.sln --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
2323
- name: Upload dotnet test results
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: dotnet-results-${{ matrix.dotnet-version }}
2727
path: TestResults-${{ matrix.dotnet-version }}

0 commit comments

Comments
 (0)