We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d101923 + 3da5501 commit 7827bc1Copy full SHA for 7827bc1
.github/workflows/dotnet.yml
@@ -26,13 +26,13 @@ jobs:
26
- name: Test
27
run: dotnet test ./Typewriter.sln --no-build --verbosity normal
28
- name: Upload languages test output on failure
29
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
30
if: ${{ failure() }}
31
with:
32
name: languages-test-output
33
path: 'test/Typewriter.Test/bin/Debug/net8.0/OutputDirectory*/**'
34
- name: Upload unit test output on failure
35
36
37
38
name: unit-test-output
0 commit comments