From 0341440bc3344991b5e7e1c60477ea00c6017875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:04:19 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jstruct-cli.yml | 20 ++++++++++---------- .github/workflows/perl.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) 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