From a4cf67e3f24d771e78950e6015be2f97c6db0b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:09:11 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 11 to 12 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/job-benchmark-tests.yml | 2 +- .github/workflows/pr-comment.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/job-benchmark-tests.yml b/.github/workflows/job-benchmark-tests.yml index fe8552b12..17c9fdd71 100644 --- a/.github/workflows/job-benchmark-tests.yml +++ b/.github/workflows/job-benchmark-tests.yml @@ -42,7 +42,7 @@ jobs: cache-key-suffix: "-locked" - name: "Download phpbench benchmarks artifact" - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: baseline.yml name: phpbench-baseline diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 49d829699..59a616278 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -19,7 +19,7 @@ jobs: # The workflow will continue even if artifacts don't exist echo "exists=true" >> $GITHUB_OUTPUT - name: Download pull request id artifact - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: run_id: ${{ github.event.workflow_run.id }} name: pr @@ -31,7 +31,7 @@ jobs: echo "id=$(<./var/phpbench/pr/pr-id.txt)" >> $GITHUB_OUTPUT - name: Download phpbench benchmarks artifact - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: run_id: ${{ github.event.workflow_run.id }} name: phpbench