Skip to content

Commit 75d4569

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...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] <support@github.com>
1 parent 85c3ac0 commit 75d4569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-commit-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Release - NoRing0 build
2424
run: msbuild client\client.sln -property:Configuration=ReleaseNoRing0
2525
- name: Upload build
26-
uses: actions/upload-artifact@v4.6.0
26+
uses: actions/upload-artifact@v4.6.2
2727
with:
2828
name: specify_client_commit
2929
path: |

0 commit comments

Comments
 (0)