From dfd84fd664c24440c902a63329f01d1ab6474697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:04:49 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ddae582..6d5720b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Download phar ./phparkitect-${{ github.sha }}.phar" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: # will download phar in project root name: phar-artifact @@ -123,7 +123,7 @@ jobs: contents: write steps: - name: "Download phar ./phparkitect-${{ github.sha }}.phar" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: # will download phar in project root name: phar-artifact