Merge branch 'feat/update_actions' into 'master'

fix: actions/upload-artifact deprecated

See merge request ae_group/esp-box!120
This commit is contained in:
Xu Xin
2025-02-28 19:59:38 +08:00
3 changed files with 5 additions and 5 deletions
@@ -82,7 +82,7 @@ jobs:
esptool.py --chip esp32s3 merge_bin -o "$GITHUB_WORKSPACE/images/${{matrix.build-dir}}_${{matrix.boards}}.bin" @flash_args
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-images
path: images/
@@ -115,7 +115,7 @@ jobs:
esptool.py --chip esp32s3 merge_bin -o "$GITHUB_WORKSPACE/images/${{matrix.build-dir}}_${{matrix.boards}}.bin" @flash_args
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-images
path: images/
@@ -134,7 +134,7 @@ jobs:
submodules: 'recursive'
- name: Download builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-images
path: images/
@@ -19,7 +19,7 @@
#define NVS_MODIFIED_BIT BIT0
#define SSID_SIZE 32
#define PASSWORD_SIZE 64
#define KEY_SIZE 64
#define KEY_SIZE 165
#define URL_SIZE 64
static const char *TAG = "ChatGPT_NVS";
@@ -10,7 +10,7 @@
#define SSID_SIZE 32
#define PASSWORD_SIZE 64
#define KEY_SIZE 64
#define KEY_SIZE 165
#define URL_SIZE 64
typedef struct {