Skip to content

Commit 412a945

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29189b0 commit 412a945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,20 +92,20 @@ jobs:
9292
./artifacts/packages/Release/Shipping/*
9393
9494
- name: Publish logs
95-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
95+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
9696
if: ${{ always() }}
9797
with:
9898
name: logs-${{ matrix.os_name }}
9999
path: ./artifacts/log/Release
100100

101101
- name: Publish NuGet packages
102-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
103103
with:
104104
name: packages-${{ matrix.os_name }}
105105
path: ./artifacts/packages/Release/Shipping
106106

107107
- name: Publish test results
108-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
108+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
109109
if: ${{ always() }}
110110
with:
111111
name: testresults-${{ matrix.os_name }}

0 commit comments

Comments
 (0)