|
71 | 71 |
|
72 | 72 | # upload artifacts |
73 | 73 | - name: "Upload artifact: assertoor_linux_amd64" |
74 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 74 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
75 | 75 | with: |
76 | 76 | path: ./bin/* |
77 | 77 | name: assertoor_linux_amd64 |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 |
|
112 | 112 | # upload artifacts |
113 | 113 | - name: "Upload artifact: assertoor_linux_arm64" |
114 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 114 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
115 | 115 | with: |
116 | 116 | path: ./bin/* |
117 | 117 | name: assertoor_linux_arm64 |
@@ -145,7 +145,7 @@ jobs: |
145 | 145 |
|
146 | 146 | # upload artifacts |
147 | 147 | - name: "Upload artifact: assertoor_windows_amd64" |
148 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 148 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
149 | 149 | with: |
150 | 150 | path: ./bin/* |
151 | 151 | name: assertoor_windows_amd64 |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 |
|
180 | 180 | # upload artifacts |
181 | 181 | - name: "Upload artifact: assertoor_darwin_amd64" |
182 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 182 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
183 | 183 | with: |
184 | 184 | path: ./bin/* |
185 | 185 | name: assertoor_darwin_amd64 |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 |
|
214 | 214 | # upload artifacts |
215 | 215 | - name: "Upload artifact: assertoor_darwin_arm64" |
216 | | - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 |
| 216 | + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 |
217 | 217 | with: |
218 | 218 | path: ./bin/* |
219 | 219 | name: assertoor_darwin_arm64 |
@@ -243,7 +243,7 @@ jobs: |
243 | 243 |
|
244 | 244 | # download build artifacts |
245 | 245 | - name: Download build artifacts |
246 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 246 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
247 | 247 | with: |
248 | 248 | name: assertoor_linux_amd64 |
249 | 249 | path: ./bin |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 |
|
293 | 293 | # download build artifacts |
294 | 294 | - name: Download build artifacts |
295 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
| 295 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
296 | 296 | with: |
297 | 297 | name: assertoor_linux_arm64 |
298 | 298 | path: ./bin |
|
0 commit comments