Skip to content

Commit c4c89c7

Browse files
authored
Merge pull request #87 from Codeuctivity/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents a0e7e12 + 9ff5503 commit c4c89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: dotnet test --no-build --verbosity normal --configuration Release
3535
- name: Publish Unit Test Results
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: failure()
3838
with:
3939
name: TestResult

0 commit comments

Comments
 (0)