File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ jobs:
354354 git add ./docs/static/firmware_build_beta/manifest_light.json;
355355 git commit -m "CI release for firmware web installer";
356356 git push;
357- - uses : actions/download-artifact@v5
357+ - uses : actions/download-artifact@v6
358358 with :
359359 path : ci_artifacts
360360 - name : Display structure of downloaded files
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ jobs:
424424 git add ./docs/static/firmware_build/manifest_light.json;
425425 git commit -m "CI release for firmware web installer";
426426 git push;
427- - uses : actions/download-artifact@v5
427+ - uses : actions/download-artifact@v6
428428 with :
429429 path : ci_artifacts
430430 - name : Display structure of downloaded files
You can’t perform that action at this time.
0 commit comments