File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,20 +94,20 @@ jobs:
9494 ./artifacts/packages/Release/Shipping/*
9595
9696 - name : Publish logs
97- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
97+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
9898 if : ${{ always() }}
9999 with :
100100 name : logs-${{ matrix.os_name }}
101101 path : ./artifacts/log/Release
102102
103103 - name : Publish NuGet packages
104- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
104+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
105105 with :
106106 name : packages-${{ matrix.os_name }}
107107 path : ./artifacts/packages/Release/Shipping
108108
109109 - name : Publish test results
110- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
110+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
111111 if : ${{ always() }}
112112 with :
113113 name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments