From e20e47c7f14108a514a966abb4d224d689472ccc Mon Sep 17 00:00:00 2001 From: Lukasz Gasior Date: Thu, 2 Apr 2026 16:50:53 +0200 Subject: [PATCH] Use download-artifact-v4 --- .github/workflows/add-artifacts-to-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-artifacts-to-release.yml b/.github/workflows/add-artifacts-to-release.yml index 1ca64deb39..1e9ae71153 100644 --- a/.github/workflows/add-artifacts-to-release.yml +++ b/.github/workflows/add-artifacts-to-release.yml @@ -165,7 +165,7 @@ jobs: - uses: RDXWorks-actions/checkout@main with: lfs: true - - uses: RDXWorks-actions/download-artifact@main + - uses: RDXWorks-actions/download-artifact-v4@main with: name: libcorerust-${{ matrix.target }} path: libcorerust-${{ matrix.target }}