Skip to content

Commit 937b04d

Browse files
committed
fix build
1 parent 6b134b5 commit 937b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: dotnet test "${{ env.Test_Proj }}" --no-build --verbosity normal --results-directory ${{ github.workspace }}/_TestResults --logger "trx;logfilename=tests.trx" --filter "TestCategory!~Benchmarks"
6363

6464
- name: Upload test results
65-
uses: actions/upload-artifact@v2 # upload test results
65+
uses: actions/upload-artifact@v4 # upload test results
6666
if: success() || failure() # run this step even if previous step failed
6767
with:
6868
name: examine-test-results

0 commit comments

Comments
 (0)