更新工作流依赖版本以确保构建稳定性
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@latest
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
|
|
||||||
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
||||||
uses: carlosperate/arm-none-eabi-gcc-action@latest
|
uses: carlosperate/arm-none-eabi-gcc-action@@v1.10.0
|
||||||
|
|
||||||
- name: Create env
|
- name: Create env
|
||||||
run: |
|
run: |
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
|
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
|
||||||
uses: actions/upload-artifact@latest
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: ${{ env.REPO_NAME }}-${{ env.VERSION }}
|
name: ${{ env.REPO_NAME }}-${{ env.VERSION }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user