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.
1 parent 8c0fcaa commit cb9fb8dCopy full SHA for cb9fb8d
.github/workflows/wled-ci.yml
@@ -61,13 +61,13 @@ jobs:
61
env:
62
WLED_RELEASE: True
63
run: pio run -e ${{ matrix.environment }}
64
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
65
with:
66
name: firmware-${{ matrix.environment }}
67
path: |
68
build_output/firmware/*.bin
69
build_output/firmware/*.gz
70
71
if: startsWith(github.ref, 'refs/tags/')
72
73
name: firmware-release
0 commit comments