Skip to content

Commit 7827bc1

Browse files
committed
Merge remote-tracking branch 'remotes/origin/dependabot/github_actions/actions/upload-artifact-6' into mmainer/update-deps-addtimeout
2 parents d101923 + 3da5501 commit 7827bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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@v5
29+
uses: actions/upload-artifact@v6
3030
if: ${{ failure() }}
3131
with:
3232
name: languages-test-output
3333
path: 'test/Typewriter.Test/bin/Debug/net8.0/OutputDirectory*/**'
3434
- name: Upload unit test output on failure
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
if: ${{ failure() }}
3737
with:
3838
name: unit-test-output

0 commit comments

Comments
 (0)