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 @@ -97,20 +97,20 @@ jobs:
97
97
./artifacts/packages/Release/Shipping/*
98
98
99
99
- name : Publish logs
100
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
100
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
101
101
if : ${{ always() }}
102
102
with :
103
103
name : logs-${{ matrix.os_name }}
104
104
path : ./artifacts/log/Release
105
105
106
106
- name : Publish NuGet packages
107
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
107
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
108
108
with :
109
109
name : packages-${{ matrix.os_name }}
110
110
path : ./artifacts/packages/Release/Shipping
111
111
112
112
- name : Publish test results
113
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
113
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
114
114
if : ${{ always() }}
115
115
with :
116
116
name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments