mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-30 10:05:42 +08:00
Use action download-artifact@v4
This commit is contained in:
parent
9370f15f96
commit
91b25a3743
18
.github/workflows/installers.yml
vendored
18
.github/workflows/installers.yml
vendored
@ -132,7 +132,7 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Download the run info
|
- name: Download the run info
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-run-info
|
name: linux-run-info
|
||||||
|
|
||||||
@ -174,13 +174,13 @@ jobs:
|
|||||||
f.writelines(f"NIGHTLY_TIME={nightly_creation_time}\n")
|
f.writelines(f"NIGHTLY_TIME={nightly_creation_time}\n")
|
||||||
|
|
||||||
- name: Download linux installer jobs artifacts
|
- name: Download linux installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.LINUX }}-AppImage
|
name: ${{ steps.filename.outputs.LINUX }}-AppImage
|
||||||
path: installers
|
path: installers
|
||||||
|
|
||||||
- name: Download linux installer jobs asc artifacts
|
- name: Download linux installer jobs asc artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.LINUX }}-asc
|
name: ${{ steps.filename.outputs.LINUX }}-asc
|
||||||
path: installers
|
path: installers
|
||||||
@ -198,13 +198,13 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download win msi installer jobs artifacts
|
- name: Download win msi installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.WIN_MSI }}-msi
|
name: ${{ steps.filename.outputs.WIN_MSI }}-msi
|
||||||
path: installers
|
path: installers
|
||||||
|
|
||||||
- name: Download win exe installer jobs artifacts
|
- name: Download win exe installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.WIN_EXE }}-exe
|
name: ${{ steps.filename.outputs.WIN_EXE }}-exe
|
||||||
path: installers
|
path: installers
|
||||||
@ -222,13 +222,13 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download MacOS (X64) dmg installer jobs artifacts
|
- name: Download MacOS (X64) dmg installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.MAC_X64_DMG }}-dmg
|
name: ${{ steps.filename.outputs.MAC_X64_DMG }}-dmg
|
||||||
path: installers
|
path: installers
|
||||||
|
|
||||||
- name: Download MacOS (X64) pkg installer jobs artifacts
|
- name: Download MacOS (X64) pkg installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.MAC_X64_PKG }}-pkg
|
name: ${{ steps.filename.outputs.MAC_X64_PKG }}-pkg
|
||||||
path: installers
|
path: installers
|
||||||
@ -246,13 +246,13 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Download MacOS (ARM-64) dmg installer jobs artifacts
|
- name: Download MacOS (ARM-64) dmg installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.MAC_ARM_DMG }}-dmg
|
name: ${{ steps.filename.outputs.MAC_ARM_DMG }}-dmg
|
||||||
path: installers
|
path: installers
|
||||||
|
|
||||||
- name: Download MacOS (ARM-64) pkg installer jobs artifacts
|
- name: Download MacOS (ARM-64) pkg installer jobs artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.filename.outputs.MAC_ARM_PKG }}-pkg
|
name: ${{ steps.filename.outputs.MAC_ARM_PKG }}-pkg
|
||||||
path: installers
|
path: installers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user