File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -449,31 +449,31 @@ jobs:
449449 rm -rf master/test-fixtures && mkdir master/test-fixtures
450450
451451 - name : Download coverage report artifact
452- uses : actions/download-artifact@v3
452+ uses : actions/download-artifact@v4
453453 with :
454454 name : html-coverage
455455 path : master/coverage
456456
457457 - name : Download upcoming documentation artifact
458- uses : actions/download-artifact@v3
458+ uses : actions/download-artifact@v4
459459 with :
460460 name : dev-docs
461461 path : master/dev-docs
462462
463463 - name : Download API documentation artifact
464- uses : actions/download-artifact@v3
464+ uses : actions/download-artifact@v4
465465 with :
466466 name : api-documentation
467467 path : master/api-docs
468468
469469 - name : Download preview site artifact
470- uses : actions/download-artifact@v3
470+ uses : actions/download-artifact@v4
471471 with :
472472 name : site-preview
473473 path : master/preview
474474
475475 - name : Download test fixture docs artifact
476- uses : actions/download-artifact@v3
476+ uses : actions/download-artifact@v4
477477 with :
478478 name : test-fixture-docs
479479 path : master/test-fixtures/docs
Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ jobs:
8080 if : contains(github.event.pull_request.labels.*.name, 'run-visual-tests') || github.event_name == 'push'
8181 steps :
8282 - name : Download Dusk generated pages
83- uses : actions/download-artifact@v2
83+ uses : actions/download-artifact@v4
8484 with :
8585 name : dusk-source
8686 path : _site
8787
8888 - name : Download app.css
89- uses : actions/download-artifact@v2
89+ uses : actions/download-artifact@v4
9090 with :
9191 name : app.css
9292 path : _site/media
You can’t perform that action at this time.
0 commit comments