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:
8989 ./artifacts/packages/Release/Shipping/*
9090
9191 - name : Publish logs
92- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
92+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
9393 if : ${{ always() }}
9494 with :
9595 name : logs-${{ matrix.os_name }}
9696 path : ./artifacts/log/Release
9797
9898 - name : Publish NuGet packages
99- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
99+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
100100 with :
101101 name : packages-${{ matrix.os_name }}
102102 path : ./artifacts/packages/Release/Shipping
103103
104104 - name : Publish test results
105- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
106106 if : ${{ always() }}
107107 with :
108108 name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments