📦 Chore(custom): update action version

This commit is contained in:
Kuingsmile
2026-05-11 16:08:56 +08:00
parent 01fd39cf07
commit f5a555c508

View File

@@ -203,7 +203,7 @@ jobs:
- name: Upload build artifacts
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.filter }}-artifacts
path: |
@@ -221,7 +221,7 @@ jobs:
- name: Upload yml artifacts
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.filter }}-yml
path: dist_electron/**/*.yml
@@ -254,13 +254,13 @@ jobs:
./scripts/generate-release-notes.sh
- name: Download All Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
pattern: '*-artifacts'
path: ./artifacts
- name: Download YML Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
pattern: '*-yml'
path: ./yml-artifacts
@@ -288,7 +288,7 @@ jobs:
cat ./dist_electron/combined/latest-linux-arm64.yml
- name: Publish GitHub Dev Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
continue-on-error: true
with:
token: ${{ secrets.GH_TOKEN }}