@@ -131,7 +131,7 @@ jobs:
131
131
run : npm run prod
132
132
133
133
- name : Upload artifacts
134
- uses : actions/upload-artifact@v1
134
+ uses : actions/upload-artifact@v4
135
135
with :
136
136
name : ' hydefront'
137
137
path : ' packages/hydefront/dist'
@@ -170,7 +170,7 @@ jobs:
170
170
run : cp _media/app.css packages/hydefront/dist/app.css
171
171
172
172
- name : Upload artifacts
173
- uses : actions/upload-artifact@v1
173
+ uses : actions/upload-artifact@v4
174
174
with :
175
175
name : ' _media'
176
176
path : ' _media'
@@ -236,7 +236,7 @@ jobs:
236
236
php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }} ${{ github.ref_name }}
237
237
238
238
- name : Upload coverage artifacts
239
- uses : actions/upload-artifact@v1
239
+ uses : actions/upload-artifact@v4
240
240
with :
241
241
name : " coverage"
242
242
path : " build/coverage"
@@ -245,7 +245,7 @@ jobs:
245
245
run : cp build/junit.xml build/coverage/html/junit.xml
246
246
247
247
- name : Upload HTML coverage artifact
248
- uses : actions/upload-artifact@v1
248
+ uses : actions/upload-artifact@v4
249
249
with :
250
250
name : " html-coverage"
251
251
path : " build/coverage/html"
@@ -271,7 +271,7 @@ jobs:
271
271
run : php phpDocumentor.phar --directory="packages/framework/src" --target="build/api-documentation" --title="API Documentation"
272
272
273
273
- name : Upload artifacts
274
- uses : actions/upload-artifact@v1
274
+ uses : actions/upload-artifact@v4
275
275
with :
276
276
name : ' api-documentation'
277
277
path : ' build/api-documentation'
@@ -319,7 +319,7 @@ jobs:
319
319
run : php hyde build
320
320
321
321
- name : Upload artifacts
322
- uses : actions/upload-artifact@v1
322
+ uses : actions/upload-artifact@v4
323
323
with :
324
324
name : ' dev-docs'
325
325
path : ' _site/dev-docs'
@@ -370,7 +370,7 @@ jobs:
370
370
run : php hyde build
371
371
372
372
- name : Upload artifacts
373
- uses : actions/upload-artifact@v1
373
+ uses : actions/upload-artifact@v4
374
374
with :
375
375
name : ' site-preview'
376
376
path : ' _site'
@@ -415,7 +415,7 @@ jobs:
415
415
run : php hyde build
416
416
417
417
- name : Upload artifacts
418
- uses : actions/upload-artifact@v1
418
+ uses : actions/upload-artifact@v4
419
419
with :
420
420
name : ' test-fixture-docs'
421
421
path : ' _site'
0 commit comments