From 827b4003eb03d406fc9d4f166526fdeabe4bd2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=B0=B8=E8=B5=AB?= <1259085392@qq.com> Date: Tue, 28 Apr 2026 10:49:48 +0900 Subject: [PATCH] chore(ci): update action dependencies --- .github/workflows/build-desktop-tauri.yml | 12 ++++++------ .github/workflows/check-rust.yml | 2 +- .github/workflows/check-scripts.yml | 2 +- .github/workflows/lint-workflows.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-desktop-tauri.yml b/.github/workflows/build-desktop-tauri.yml index 64b46abb..61bb5a0e 100644 --- a/.github/workflows/build-desktop-tauri.yml +++ b/.github/workflows/build-desktop-tauri.yml @@ -109,7 +109,7 @@ jobs: setup-python: 'false' - name: Setup pnpm - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v6.0.3 with: version: 10.28.2 @@ -223,7 +223,7 @@ jobs: node scripts/ci/backend-smoke-test.mjs --label "linux-${{ matrix.arch }}" - name: Upload artifacts - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-linux-${{ matrix.arch }} if-no-files-found: error @@ -496,7 +496,7 @@ jobs: echo "Collected ${release_dir}/${release_base}" - name: Upload artifacts - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-macos-${{ matrix.arch }} if-no-files-found: error @@ -577,7 +577,7 @@ jobs: run: bash scripts/ci/verify-windows-installer-outputs.sh - name: Upload artifacts - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-windows-${{ matrix.arch }} if-no-files-found: error @@ -607,7 +607,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download build artifacts - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: pattern: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-* path: release-artifacts @@ -676,7 +676,7 @@ jobs: run: bash scripts/ci/cleanup-release-assets.sh - name: Create or update release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: tag_name: ${{ needs.resolve_build_context.outputs.release_tag }} name: ${{ needs.resolve_build_context.outputs.release_name }} diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index ce588133..20223713 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -57,7 +57,7 @@ jobs: - name: Cache Cargo registry, git, and target if: steps.detect-tauri.outputs.has_tauri == 'true' - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/check-scripts.yml b/.github/workflows/check-scripts.yml index a6f88229..e3042b65 100644 --- a/.github/workflows/check-scripts.yml +++ b/.github/workflows/check-scripts.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v6.0.3 with: version: 10.28.2 diff --git a/.github/workflows/lint-workflows.yml b/.github/workflows/lint-workflows.yml index 1cd3e515..f3ae4a45 100644 --- a/.github/workflows/lint-workflows.yml +++ b/.github/workflows/lint-workflows.yml @@ -19,4 +19,4 @@ jobs: uses: actions/checkout@v6.0.2 - name: Run actionlint - uses: rhysd/actionlint@v1.7.11 + uses: rhysd/actionlint@v1.7.12