From ccea60a248d77e2385b7fb07ac2352ceea5e9a25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:33:24 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/test-negative.yml | 2 +- .github/workflows/test-positive.yml | 2 +- .github/workflows/test-reusable-workflow.yml | 2 +- .github/workflows/test-special-chars.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index d0c337a..205f21f 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -39,7 +39,7 @@ jobs: continue-on-error: true needs: [setup] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 - id: current run: |- diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 04be481..1388125 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -52,7 +52,7 @@ jobs: continue-on-error: true needs: [setup] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 - id: current run: |- diff --git a/.github/workflows/test-reusable-workflow.yml b/.github/workflows/test-reusable-workflow.yml index d4d0056..a7baf46 100644 --- a/.github/workflows/test-reusable-workflow.yml +++ b/.github/workflows/test-reusable-workflow.yml @@ -30,7 +30,7 @@ jobs: continue-on-error: true needs: [setup] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 - id: current run: |- diff --git a/.github/workflows/test-special-chars.yml b/.github/workflows/test-special-chars.yml index 89a3360..bd5ab3d 100644 --- a/.github/workflows/test-special-chars.yml +++ b/.github/workflows/test-special-chars.yml @@ -93,7 +93,7 @@ jobs: continue-on-error: true needs: [setup] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 - id: current run: |-