diff --git a/.github/workflows/jstruct-cli.yml b/.github/workflows/jstruct-cli.yml index 608ee80..814fac0 100644 --- a/.github/workflows/jstruct-cli.yml +++ b/.github/workflows/jstruct-cli.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index faa473a..fcf7567 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -203,7 +203,7 @@ jobs: steps: - name: Download distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: cpan-distribution