Skip to content

Commit 82331af

Browse files
dependabot[bot]baywet
authored andcommitted
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e09c4ab commit 82331af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)