Skip to content

Commit baeb422

Browse files
authored
Merge pull request #203 from Codeuctivity/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 7506c14 + 64e0a82 commit baeb422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Test
2727
run: dotnet test --no-build --verbosity normal --configuration Release
2828
- name: Publish Unit Test Results
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
if: failure()
3131
with:
3232
name: TestResult

0 commit comments

Comments
 (0)