@@ -89,13 +89,13 @@ jobs:
8989 run : dotnet pack --configuration Release --no-build
9090
9191 - name : 🔼 Upload packages as artifact
92- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
92+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9393 with :
9494 name : nuget
9595 path : artifacts/nuget/
9696
9797 - name : 🔼 Upload global.json as artifact
98- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
98+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9999 with :
100100 name : global-json
101101 path : global.json
@@ -122,13 +122,13 @@ jobs:
122122
123123 steps :
124124 - name : 🔽 Download nuget artifact
125- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
125+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
126126 with :
127127 name : nuget
128128 path : nuget
129129
130130 - name : 🔽 Download global-json artifact
131- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
131+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
132132 with :
133133 name : global-json
134134
@@ -151,13 +151,13 @@ jobs:
151151
152152 steps :
153153 - name : 🔽 Download nuget artifact
154- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
154+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
155155 with :
156156 name : nuget
157157 path : nuget
158158
159159 - name : 🔽 Download global-json artifact
160- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
160+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
161161 with :
162162 name : global-json
163163
0 commit comments