|
6 | 6 | branches: |
7 | 7 | - master |
8 | 8 | - release/* |
| 9 | + workflow_dispatch: |
9 | 10 |
|
10 | 11 | jobs: |
11 | 12 | build-esp8266-wroom02-at: |
12 | 13 | runs-on: ubuntu-latest |
13 | 14 | steps: |
14 | | - - uses: actions/checkout@v4.2.0 |
| 15 | + - uses: actions/checkout@v6.0.2 |
15 | 16 | - name: clone esp-idf |
16 | 17 | env: |
17 | 18 | AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }} |
@@ -65,15 +66,15 @@ jobs: |
65 | 66 | cp build/factory/* $upload_dir/factory |
66 | 67 | shell: bash |
67 | 68 | - name: Upload a Build Artifact |
68 | | - uses: actions/upload-artifact@v4.4.3 |
| 69 | + uses: actions/upload-artifact@v7.0.0 |
69 | 70 | with: |
70 | 71 | name: esp8266-wroom02-at |
71 | 72 | path: esp8266-wroom02-at |
72 | 73 |
|
73 | 74 | build-esp8266_wroom_5V2L_at: |
74 | 75 | runs-on: ubuntu-latest |
75 | 76 | steps: |
76 | | - - uses: actions/checkout@v4.2.0 |
| 77 | + - uses: actions/checkout@v6.0.2 |
77 | 78 | - name: clone esp-idf |
78 | 79 | env: |
79 | 80 | AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }} |
@@ -127,15 +128,15 @@ jobs: |
127 | 128 | cp build/factory/* $upload_dir/factory |
128 | 129 | shell: bash |
129 | 130 | - name: Upload a Build Artifact |
130 | | - uses: actions/upload-artifact@v4.4.3 |
| 131 | + uses: actions/upload-artifact@v7.0.0 |
131 | 132 | with: |
132 | 133 | name: esp8266-wroom-5V2L-at |
133 | 134 | path: esp8266-wroom-5V2L-at |
134 | 135 |
|
135 | 136 | build-esp8285-1MB-at: |
136 | 137 | runs-on: ubuntu-latest |
137 | 138 | steps: |
138 | | - - uses: actions/checkout@v4.2.0 |
| 139 | + - uses: actions/checkout@v6.0.2 |
139 | 140 | - name: clone esp-idf |
140 | 141 | env: |
141 | 142 | AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }} |
@@ -189,15 +190,15 @@ jobs: |
189 | 190 | cp build/factory/* $upload_dir/factory |
190 | 191 | shell: bash |
191 | 192 | - name: Upload a Build Artifact |
192 | | - uses: actions/upload-artifact@v4.4.3 |
| 193 | + uses: actions/upload-artifact@v7.0.0 |
193 | 194 | with: |
194 | 195 | name: esp8285-1MB-at |
195 | 196 | path: esp8285-1MB-at |
196 | 197 |
|
197 | 198 | build-esp8266-wroom02-n-at: |
198 | 199 | runs-on: ubuntu-latest |
199 | 200 | steps: |
200 | | - - uses: actions/checkout@v4.2.0 |
| 201 | + - uses: actions/checkout@v6.0.2 |
201 | 202 | - name: clone esp-idf |
202 | 203 | env: |
203 | 204 | AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }} |
@@ -251,7 +252,7 @@ jobs: |
251 | 252 | cp build/factory/* $upload_dir/factory |
252 | 253 | shell: bash |
253 | 254 | - name: Upload a Build Artifact |
254 | | - uses: actions/upload-artifact@v4.4.3 |
| 255 | + uses: actions/upload-artifact@v7.0.0 |
255 | 256 | with: |
256 | 257 | name: esp8266-wroom02-n-at |
257 | 258 | path: esp8266-wroom02-n-at |
0 commit comments