From b8ac4078c34d6f9673ec3e88beef54dcafa3cbbb Mon Sep 17 00:00:00 2001 From: chauyin Date: Tue, 6 May 2025 22:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E4=BB=A5=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=A8=B3=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-artifact.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-artifact.yaml b/.gitea/workflows/build-artifact.yaml index 6598fd2..e1ae992 100644 --- a/.gitea/workflows/build-artifact.yaml +++ b/.gitea/workflows/build-artifact.yaml @@ -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: |