Skip to content

Commit 96b074d

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

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@v6.0.0
83+
uses: actions/upload-artifact@v7.0.0
8484
with:
8585
name: cobertura.xml
8686
path: coverage/cobertura.xml

0 commit comments

Comments
 (0)