File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ jobs:
2626 - name : Test
2727 run : dotnet test ./Typewriter.sln --no-build --verbosity normal
2828 - name : Upload languages test output on failure
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 if : ${{ failure() }}
3131 with :
3232 name : languages-test-output
3333 path : ' test/Typewriter.Test/bin/Debug/net7.0/OutputDirectory*/**'
3434 - name : Upload unit test output on failure
35- uses : actions/upload-artifact@v3
35+ uses : actions/upload-artifact@v4
3636 if : ${{ failure() }}
3737 with :
3838 name : unit-test-output
3939 path : test/Typewriter.Test/bin/Debug/net7.0/output/
4040 - name : Upload unit test java output on failure
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 if : ${{ failure() }}
4343 with :
4444 name : unit-test-output-java
You can’t perform that action at this time.
0 commit comments