We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b00c83 + 0d5059a commit 3b1e799Copy full SHA for 3b1e799
1 file changed
.github/workflows/build-and-release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm run build
27
28
- name: Upload build artifacts 💾
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
30
with:
31
name: pixelit-webui
32
path: dist
@@ -84,7 +84,7 @@ jobs:
84
python .github/merge.py
85
86
87
88
89
name: pixelit-firmware
90
path: .pio/build/*/firmware_*.bin
0 commit comments