From 9a6ffece48bdb182e6376f9630ed1a7e50e6fce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:32:54 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v21 --- .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..9065c71 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@v21 continue-on-error: true with: workflow: coding-standards.yaml # this file