Skip to content

Commit c9391cf

Browse files
Bump actions/upload-artifact from 4.4.2 to 4.4.3 in the actions group (#242)
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@8448086...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da705d0 commit c9391cf

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
@@ -97,20 +97,20 @@ jobs:
9797
./artifacts/packages/Release/Shipping/*
9898
9999
- name: Publish logs
100-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
100+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101101
if: ${{ always() }}
102102
with:
103103
name: logs-${{ matrix.os_name }}
104104
path: ./artifacts/log/Release
105105

106106
- name: Publish NuGet packages
107-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
107+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
108108
with:
109109
name: packages-${{ matrix.os_name }}
110110
path: ./artifacts/packages/Release/Shipping
111111

112112
- name: Publish test results
113-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
113+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
114114
if: ${{ always() }}
115115
with:
116116
name: testresults-${{ matrix.os_name }}

0 commit comments

Comments
 (0)