Skip to content

Commit d53f1e0

Browse files
authored
chore(ci): update action dependencies (#123)
1 parent b168673 commit d53f1e0

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-desktop-tauri.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
setup-python: 'false'
110110

111111
- name: Setup pnpm
112-
uses: pnpm/action-setup@v4.4.0
112+
uses: pnpm/action-setup@v6.0.3
113113
with:
114114
version: 10.28.2
115115

@@ -223,7 +223,7 @@ jobs:
223223
node scripts/ci/backend-smoke-test.mjs --label "linux-${{ matrix.arch }}"
224224
225225
- name: Upload artifacts
226-
uses: actions/upload-artifact@v6.0.0
226+
uses: actions/upload-artifact@v7.0.1
227227
with:
228228
name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-linux-${{ matrix.arch }}
229229
if-no-files-found: error
@@ -496,7 +496,7 @@ jobs:
496496
echo "Collected ${release_dir}/${release_base}"
497497
498498
- name: Upload artifacts
499-
uses: actions/upload-artifact@v6.0.0
499+
uses: actions/upload-artifact@v7.0.1
500500
with:
501501
name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-macos-${{ matrix.arch }}
502502
if-no-files-found: error
@@ -577,7 +577,7 @@ jobs:
577577
run: bash scripts/ci/verify-windows-installer-outputs.sh
578578

579579
- name: Upload artifacts
580-
uses: actions/upload-artifact@v6.0.0
580+
uses: actions/upload-artifact@v7.0.1
581581
with:
582582
name: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-windows-${{ matrix.arch }}
583583
if-no-files-found: error
@@ -607,7 +607,7 @@ jobs:
607607
uses: actions/checkout@v6.0.2
608608

609609
- name: Download build artifacts
610-
uses: actions/download-artifact@v7.0.0
610+
uses: actions/download-artifact@v8.0.1
611611
with:
612612
pattern: astrbot-desktop-tauri-${{ needs.resolve_build_context.outputs.astrbot_version }}-*
613613
path: release-artifacts
@@ -676,7 +676,7 @@ jobs:
676676
run: bash scripts/ci/cleanup-release-assets.sh
677677

678678
- name: Create or update release
679-
uses: softprops/action-gh-release@v2.5.0
679+
uses: softprops/action-gh-release@v3.0.0
680680
with:
681681
tag_name: ${{ needs.resolve_build_context.outputs.release_tag }}
682682
name: ${{ needs.resolve_build_context.outputs.release_name }}

.github/workflows/check-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Cache Cargo registry, git, and target
5959
if: steps.detect-tauri.outputs.has_tauri == 'true'
60-
uses: actions/cache@v5.0.3
60+
uses: actions/cache@v5.0.5
6161
with:
6262
path: |
6363
~/.cargo/registry

.github/workflows/check-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v6.0.2
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v4.4.0
22+
uses: pnpm/action-setup@v6.0.3
2323
with:
2424
version: 10.28.2
2525

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: actions/checkout@v6.0.2
2020

2121
- name: Run actionlint
22-
uses: rhysd/actionlint@v1.7.11
22+
uses: rhysd/actionlint@v1.7.12

0 commit comments

Comments
 (0)