From 087af4f04937f73004486edcc7df7e30ee1eac00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:11:26 +0000 Subject: [PATCH] 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/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1f6f88..059d202 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: README.md LICENSE sparse-checkout-cone-mode: false - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: binaries path: dist @@ -148,7 +148,7 @@ jobs: sparse-checkout-cone-mode: false ref: ${{ inputs.version }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: binaries path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c039c60..253159b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: coverage @@ -118,7 +118,7 @@ jobs: PATTERN: spc-${{ matrix.spc-variant }}.tar.gz GH_TOKEN: ${{ github.token }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: phar path: phar @@ -171,7 +171,7 @@ jobs: - run: echo OS="$(go env GOOS)" >> "$GITHUB_ENV" - run: echo ARCH="$(go env GOARCH)" >> "$GITHUB_ENV" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: php-matrix_${{ matrix.variant }} path: out