File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
@@ -210,7 +210,7 @@ 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
@@ -225,7 +225,7 @@ jobs:
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,7 +255,7 @@ 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
You can’t perform that action at this time.
0 commit comments