From ea21ad05f1dbabc0fcad68b428a73b3f3f88ac74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:48:19 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 3f74ecb..831ac9d 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -75,7 +75,7 @@ jobs: 8.0.x 9.0.x - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: artifacts path: ./artifacts @@ -98,7 +98,7 @@ jobs: 8.0.x 9.0.x - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: artifacts path: ./artifacts