Skip to content

Commit fdaeb0d

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3210d88 commit fdaeb0d

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@v4
29+
uses: actions/upload-artifact@v5
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@v4
35+
uses: actions/upload-artifact@v5
3636
if: ${{ failure() }}
3737
with:
3838
name: unit-test-output

0 commit comments

Comments
 (0)