From 391b0da3475362b78e88f51230a66e5eb9f43539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:55:36 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49ed01f..891c362 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v5 - name: "Download all the dists" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: distfiles path: dist/ @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Download all the dists" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: distfiles path: dist/