Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
SUBMODULEREFS: ${{ inputs.submodule-refs || '[]' }}
MCPELAUNCHER_REPO: ${{ inputs.mcpelauncher-manifest-repo }}
MCPELAUNCHER_REF: ${{ inputs.mcpelauncher-manifest-ref }}
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
id: openssl
if: ${{ matrix.openssl }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,19 +513,19 @@ jobs:

- name: download m1 angle
if: inputs.build-m1
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: angle-macos-latest-11.0-arm64
path: "m1-artifacts"
- name: download m1 openssl
if: inputs.build-m1
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: openssl-macos-latest-11.0-arm64
path: "m1-artifacts"
- name: download m1 mcpelauncher
if: inputs.build-m1
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: mcpelauncher-macos-latest-11.0-arm64
path: "m1-artifacts"
Expand Down Expand Up @@ -708,7 +708,7 @@ jobs:
core.setOutput("repo", context.repo.repo);
core.setOutput("build-number", "" + (${{ github.run_number }} + ${{ inputs.offset }}));
- name: Download everything
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: sparkle
pattern: dmg-*
Expand Down
Loading