Skip to content

Commit 017be9e

Browse files
chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8b32d9 commit 017be9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)