From 9481f674a8b5691fb1ce5b17e25ba2810458172e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:15:21 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v16 --- .github/workflows/coding-standards.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 580c0fb..01ad081 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -91,7 +91,7 @@ jobs: - name: Get previous coverage from main if: matrix.composer-versions == 'highest' && matrix.php-version == '8.5' && github.event_name == 'pull_request' - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v16 continue-on-error: true with: workflow: coding-standards.yaml # this file