From 8438c06eef1e187e264d7e020c40bb5547c313a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:52:34 +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 22419cc..99ac7fb 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -102,7 +102,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 @@ -125,7 +125,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