@@ -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 }}
0 commit comments