mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 07:28:42 +08:00
📦 Chore(custom): update action version
This commit is contained in:
@@ -203,7 +203,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
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:
|
with:
|
||||||
name: ${{ matrix.filter }}-artifacts
|
name: ${{ matrix.filter }}-artifacts
|
||||||
path: |
|
path: |
|
||||||
@@ -221,7 +221,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload yml artifacts
|
- name: Upload yml artifacts
|
||||||
if: github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All'
|
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:
|
with:
|
||||||
name: ${{ matrix.filter }}-yml
|
name: ${{ matrix.filter }}-yml
|
||||||
path: dist_electron/**/*.yml
|
path: dist_electron/**/*.yml
|
||||||
@@ -254,13 +254,13 @@ jobs:
|
|||||||
./scripts/generate-release-notes.sh
|
./scripts/generate-release-notes.sh
|
||||||
|
|
||||||
- name: Download All Artifacts
|
- name: Download All Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: '*-artifacts'
|
pattern: '*-artifacts'
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|
||||||
- name: Download YML Artifacts
|
- name: Download YML Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: '*-yml'
|
pattern: '*-yml'
|
||||||
path: ./yml-artifacts
|
path: ./yml-artifacts
|
||||||
@@ -288,7 +288,7 @@ jobs:
|
|||||||
cat ./dist_electron/combined/latest-linux-arm64.yml
|
cat ./dist_electron/combined/latest-linux-arm64.yml
|
||||||
|
|
||||||
- name: Publish GitHub Dev Release
|
- name: Publish GitHub Dev Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user