File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 uses : actions/setup-python@v5
5959
6060 - name : Download WebUI artifacts 💾
61- uses : actions/download-artifact@v4
61+ uses : actions/download-artifact@v5
6262 with :
6363 name : pixelit-webui
6464 path : pixelit-webui-artifact
9595 if : startsWith(github.ref, 'refs/tags/')
9696 steps :
9797 - name : Download artifacts 💾
98- uses : actions/download-artifact@v4
98+ uses : actions/download-artifact@v5
9999 with :
100100 name : pixelit-firmware
101101
@@ -125,7 +125,7 @@ jobs:
125125 path : docs
126126
127127 - name : Download artifacts 💾
128- uses : actions/download-artifact@v4
128+ uses : actions/download-artifact@v5
129129 with :
130130 name : pixelit-firmware
131131 path : artifacts
@@ -164,7 +164,7 @@ jobs:
164164 repository : " pixelit-project/WebUI"
165165
166166 - name : Download artifacts 💾
167- uses : actions/download-artifact@v4
167+ uses : actions/download-artifact@v5
168168 with :
169169 name : pixelit-webui
170170 path : webui
You can’t perform that action at this time.
0 commit comments