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 @@ -92,20 +92,20 @@ jobs:
9292 ./artifacts/packages/Release/Shipping/*
9393
9494 - name : Publish logs
95- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
95+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
9696 if : ${{ always() }}
9797 with :
9898 name : logs-${{ matrix.os_name }}
9999 path : ./artifacts/log/Release
100100
101101 - name : Publish NuGet packages
102- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
102+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
103103 with :
104104 name : packages-${{ matrix.os_name }}
105105 path : ./artifacts/packages/Release/Shipping
106106
107107 - name : Publish test results
108- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
108+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
109109 if : ${{ always() }}
110110 with :
111111 name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments