Skip to content

Commit 893d052

Browse files
authoredMar 25, 2025
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#181)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7663ef4 commit 893d052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
toolpath: 'reportgeneratortool' # Default directory for installing the dotnet tool.
8181

8282
- name: Upload coverage report artifact
83-
uses: actions/upload-artifact@v4.6.1
83+
uses: actions/upload-artifact@v4.6.2
8484
with:
8585
name: CoverageReport # Artifact name
8686
path: coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)
Please sign in to comment.