mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-17 14:27:37 +08:00
📦 Chore(custom): update action version
This commit is contained in:
10
.github/workflows/buid_arch.yml
vendored
10
.github/workflows/buid_arch.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user