From 8718fe54a9d44afa8552a9d795a2b497f1a19bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:30:35 +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 724e896..dc2f1c2 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