@@ -88,15 +88,15 @@ jobs:
88
88
run : npm run build
89
89
90
90
- name : Upload built application artifact ⬆️🐧🍎🪟
91
- uses : actions/upload-artifact@v4.5 .0
91
+ uses : actions/upload-artifact@v4.6 .0
92
92
id : artifact
93
93
with :
94
94
compression-level : 0
95
95
name : ${{ env.ARTIFACT_NAME }}
96
96
path : ${{ env.WORKING_DIR }}/${{ env.ARTIFACTS_PATH }}
97
97
98
98
- name : Create provenance attestation 🔏
99
- uses : actions/attest-build-provenance@v2.1 .0
99
+ uses : actions/attest-build-provenance@v2.2 .0
100
100
continue-on-error : true
101
101
with :
102
102
subject-name : ${{ env.ARTIFACT_NAME }}
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
193
193
- name : Build images 🛠️
194
- uses : docker/build-push-action@v6.11 .0
194
+ uses : docker/build-push-action@v6.13 .0
195
195
id : image
196
196
with :
197
197
context : .
@@ -210,22 +210,22 @@ jobs:
210
210
${{ needs.docker_inputs.outputs.tags }}
211
211
212
212
- name : Upload Docker image as artifact ⬆️📦
213
- uses : actions/upload-artifact@v4.5 .0
213
+ uses : actions/upload-artifact@v4.6 .0
214
214
id : artifact
215
215
with :
216
216
compression-level : 0
217
217
name : ${{ env.ARTIFACT_NAME }}
218
218
path : docker_image.tar
219
219
220
220
- name : Create provenance attestation 🔏
221
- uses : actions/attest-build-provenance@v2.1 .0
221
+ uses : actions/attest-build-provenance@v2.2 .0
222
222
continue-on-error : true
223
223
with :
224
224
subject-name : ${{ env.ARTIFACT_NAME }}
225
225
subject-digest : sha256:${{ steps.artifact.outputs.artifact-digest }}
226
226
227
227
- name : Upload cache artifact ⬆️⚙️
228
- uses : actions/upload-artifact@v4.5 .0
228
+ uses : actions/upload-artifact@v4.6 .0
229
229
if : ${{ inputs.push }}
230
230
with :
231
231
compression-level : 0
@@ -255,15 +255,15 @@ jobs:
255
255
docker cp $(docker create --name jf $IMAGE_SHA):$ASSETS/ ./dist
256
256
257
257
- name : Upload client artifact ⬆️💻
258
- uses : actions/upload-artifact@v4.5 .0
258
+ uses : actions/upload-artifact@v4.6 .0
259
259
id : artifact
260
260
with :
261
261
compression-level : 0
262
262
name : ${{ env.ARTIFACT_NAME }}
263
263
path : dist
264
264
265
265
- name : Create provenance attestation 🔏
266
- uses : actions/attest-build-provenance@v2.1 .0
266
+ uses : actions/attest-build-provenance@v2.2 .0
267
267
continue-on-error : true
268
268
with :
269
269
subject-name : ${{ env.ARTIFACT_NAME }}
@@ -310,7 +310,7 @@ jobs:
310
310
password : ${{ secrets.JF_BOT_TOKEN }}
311
311
312
312
- name : Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
313
- uses : docker/build-push-action@v6.11 .0
313
+ uses : docker/build-push-action@v6.13 .0
314
314
id : image
315
315
with :
316
316
context : .
0 commit comments