Skip to content

Commit b934515

Browse files
authored
Update build.yml
Passed to uses: actions/upload-artifact@v4
1 parent 0e64056 commit b934515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
./build.sh -t esp32,esp32s2,esp32c3,esp32s3 -b build
2525
2626
- name: Upload artifacts
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: esp32-arduino-libs
3030
path: esp32-arduino-libs

0 commit comments

Comments
 (0)