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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
95+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
108+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
109109 if : ${{ always() }}
110110 with :
111111 name : testresults-${{ matrix.os_name }}
You can’t perform that action at this time.
0 commit comments