From 3822a1c3e2c20a85e109fcf08accd8b6ae78db4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:02:55 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/security_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 52e3b4d..989b45b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -228,7 +228,7 @@ jobs: steps: - name: Download all benchmark artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: benchmark-artifacts diff --git a/.github/workflows/security_tests.yml b/.github/workflows/security_tests.yml index 43ea727..3283091 100644 --- a/.github/workflows/security_tests.yml +++ b/.github/workflows/security_tests.yml @@ -446,7 +446,7 @@ jobs: steps: - name: Download all test artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: "*-results-*" merge-multiple: true