File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,20 +89,20 @@ jobs:
89
89
./artifacts/packages/Release/Shipping/*
90
90
91
91
- name : Publish logs
92
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
92
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
93
93
if : ${{ always() }}
94
94
with :
95
95
name : logs-${{ matrix.os_name }}
96
96
path : ./artifacts/log/Release
97
97
98
98
- name : Publish NuGet packages
99
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
99
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
100
100
with :
101
101
name : packages-${{ matrix.os_name }}
102
102
path : ./artifacts/packages/Release/Shipping
103
103
104
104
- name : Publish test results
105
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
105
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
106
106
if : ${{ always() }}
107
107
with :
108
108
name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments