diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c6be304aa0..608bb0b880 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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" diff --git a/.github/workflows/build_viewer.yml b/.github/workflows/build_viewer.yml index 4d74d5ba3d..19ced55f63 100644 --- a/.github/workflows/build_viewer.yml +++ b/.github/workflows/build_viewer.yml @@ -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 diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 828f8fd6ad..17ec349913 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -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