Skip to content

Commit fef0827

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions group (#258)
1 parent 29189b0 commit fef0827

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)