Update GitHub Artifact Actions

This commit is contained in:
renovate[bot]
2026-04-29 18:46:37 +00:00
committed by GitHub
parent e99e68e6ce
commit fa98ee3e1f

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