更新工作流依赖版本以确保构建稳定性
Some checks are pending
Build and Upload Artifact / build and upload-artifact (push) Waiting to run

This commit is contained in:
chauyin
2025-05-06 22:36:54 +08:00
parent c7a965ed3c
commit b8ac4078c3

View File

@@ -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: |