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:
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 }}
You can’t perform that action at this time.
0 commit comments