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
20 changes: 10 additions & 10 deletions .github/workflows/jstruct-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
submodules: recursive

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: bin
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -609,13 +609,13 @@ jobs:
- uses: actions/checkout@v6

- name: Download x86_64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-x86_64-apple-darwin
path: binary-x86_64

- name: Download ARM64 binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-aarch64-apple-darwin
path: binary-arm64
Expand Down Expand Up @@ -684,7 +684,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -730,7 +730,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ env.CLI_NAME }}-${{ matrix.target }}
path: binary
Expand Down Expand Up @@ -779,7 +779,7 @@ jobs:
- uses: actions/checkout@v6

- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

steps:
- name: Download distribution
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: cpan-distribution

Expand Down