Merge pull request #170 from FirestormViewer/dependabot/github_actions/actions/download-artifact-6

Bump actions/download-artifact from 5 to 6
master
Ansariel Hiller 2025-11-01 11:10:25 +01:00 committed by GitHub
commit 16e7480070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -368,13 +368,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download viewer exe
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: Windows-app
path: _artifacts
- name: Download Windows Symbols
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: Windows-symbols
- name: Extract viewer pdb
@ -404,7 +404,7 @@ jobs:
steps:
- name: Download Mac Symbols
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: macOS-symbols
- name: Post Mac symbols
@ -424,11 +424,11 @@ jobs:
runs-on: ubuntu-latest
if: needs.setup.outputs.release_run
steps:
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
pattern: "*-installer"
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v6
with:
pattern: "*-metadata"

View File

@ -529,7 +529,7 @@ jobs:
run: pip install discord-webhook
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
id: download
with:
path: to_deploy

View File

@ -86,7 +86,7 @@ jobs:
shell: bash
- name: Download Setup.exe Files Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: setup-exe-files
path: setup_exe_files