Skip to content

Commit 390ca6d

Browse files
committed
Merge branch 'ci/rebuild_v2.2.0.0_esp8266' into 'release/v2.2.0.0_esp8266'
ci: Added workflow_dispatch trigger & upgrade github actions to newer versions (v2.2.0.0_esp8266) See merge request application/esp-at!2056
2 parents d5d5039 + d73cc5c commit 390ca6d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
branches:
77
- master
88
- release/*
9+
workflow_dispatch:
910

1011
jobs:
1112
build-esp8266-wroom02-at:
1213
runs-on: ubuntu-latest
1314
steps:
14-
- uses: actions/checkout@v4.2.0
15+
- uses: actions/checkout@v6.0.2
1516
- name: clone esp-idf
1617
env:
1718
AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }}
@@ -65,15 +66,15 @@ jobs:
6566
cp build/factory/* $upload_dir/factory
6667
shell: bash
6768
- name: Upload a Build Artifact
68-
uses: actions/upload-artifact@v4.4.3
69+
uses: actions/upload-artifact@v7.0.0
6970
with:
7071
name: esp8266-wroom02-at
7172
path: esp8266-wroom02-at
7273

7374
build-esp8266_wroom_5V2L_at:
7475
runs-on: ubuntu-latest
7576
steps:
76-
- uses: actions/checkout@v4.2.0
77+
- uses: actions/checkout@v6.0.2
7778
- name: clone esp-idf
7879
env:
7980
AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }}
@@ -127,15 +128,15 @@ jobs:
127128
cp build/factory/* $upload_dir/factory
128129
shell: bash
129130
- name: Upload a Build Artifact
130-
uses: actions/upload-artifact@v4.4.3
131+
uses: actions/upload-artifact@v7.0.0
131132
with:
132133
name: esp8266-wroom-5V2L-at
133134
path: esp8266-wroom-5V2L-at
134135

135136
build-esp8285-1MB-at:
136137
runs-on: ubuntu-latest
137138
steps:
138-
- uses: actions/checkout@v4.2.0
139+
- uses: actions/checkout@v6.0.2
139140
- name: clone esp-idf
140141
env:
141142
AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }}
@@ -189,15 +190,15 @@ jobs:
189190
cp build/factory/* $upload_dir/factory
190191
shell: bash
191192
- name: Upload a Build Artifact
192-
uses: actions/upload-artifact@v4.4.3
193+
uses: actions/upload-artifact@v7.0.0
193194
with:
194195
name: esp8285-1MB-at
195196
path: esp8285-1MB-at
196197

197198
build-esp8266-wroom02-n-at:
198199
runs-on: ubuntu-latest
199200
steps:
200-
- uses: actions/checkout@v4.2.0
201+
- uses: actions/checkout@v6.0.2
201202
- name: clone esp-idf
202203
env:
203204
AT_OTA_TOKEN_WROOM_02_1024_1024: ${{ secrets.AT_OTA_TOKEN_WROOM_02_1024_1024 }}
@@ -251,7 +252,7 @@ jobs:
251252
cp build/factory/* $upload_dir/factory
252253
shell: bash
253254
- name: Upload a Build Artifact
254-
uses: actions/upload-artifact@v4.4.3
255+
uses: actions/upload-artifact@v7.0.0
255256
with:
256257
name: esp8266-wroom02-n-at
257258
path: esp8266-wroom02-n-at

0 commit comments

Comments
 (0)