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