From eca6ef16cc6c8d3223ba1cc7ff542be1fc0033cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:50:10 +0000 Subject: [PATCH] chore(ci): Bump dawidd6/action-download-artifact from 6 to 16 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 16. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v16) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/promotion-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/promotion-pipeline.yml diff --git a/.github/workflows/promotion-pipeline.yml b/.github/workflows/promotion-pipeline.yml old mode 100755 new mode 100644 index a49d31af..801bbbfb --- a/.github/workflows/promotion-pipeline.yml +++ b/.github/workflows/promotion-pipeline.yml @@ -350,7 +350,7 @@ jobs: # Download stored baseline from most recent successful run - name: Download performance baseline - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v16 with: workflow: performance-baseline.yml branch: pre-production @@ -418,7 +418,7 @@ jobs: turbo-team: ${{ env.TURBO_TEAM }} - name: Download bundle baseline - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v16 with: workflow: performance-baseline.yml branch: pre-production