Skip to content

Commit 46f8a29

Browse files
authored
Merge pull request #155 from Codeuctivity/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e3e370a + f4357bd commit 46f8a29

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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test
3131
run: dotnet test --no-build --verbosity normal --configuration Release
3232
- name: Publish Unit Test Results
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
if: failure()
3535
with:
3636
name: TestResult

0 commit comments

Comments
 (0)