Skip to content

Commit eb832f5

Browse files
authored
Merge pull request #471 from nanotaboada/dependabot/github_actions/actions/upload-artifact-7.0.1
chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents d8b32d9 + 017be9e commit eb832f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: cat coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
8181

8282
- name: Upload Cobertura coverage report artifact
83-
uses: actions/upload-artifact@v7.0.0
83+
uses: actions/upload-artifact@v7.0.1
8484
with:
8585
name: cobertura.xml
8686
path: coverage/cobertura.xml

0 commit comments

Comments
 (0)