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