Skip to content

Commit cb9fb8d

Browse files
committed
Update actions/upload-artifact
1 parent 8c0fcaa commit cb9fb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wled-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ jobs:
6161
env:
6262
WLED_RELEASE: True
6363
run: pio run -e ${{ matrix.environment }}
64-
- uses: actions/upload-artifact@v2
64+
- uses: actions/upload-artifact@v4
6565
with:
6666
name: firmware-${{ matrix.environment }}
6767
path: |
6868
build_output/firmware/*.bin
6969
build_output/firmware/*.gz
70-
- uses: actions/upload-artifact@v2
70+
- uses: actions/upload-artifact@v4
7171
if: startsWith(github.ref, 'refs/tags/')
7272
with:
7373
name: firmware-release

0 commit comments

Comments
 (0)