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