From 4f71a96c1ea7240fad0cef929be1885ed2f7087f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:15:41 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v18 --- .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..a3d2f31 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@v18 continue-on-error: true with: workflow: coding-standards.yaml # this file