From ab5290f536ceeeb7545a06f133a7b34c7708ba8c Mon Sep 17 00:00:00 2001 From: Dave Enyeart Date: Tue, 21 May 2024 19:01:24 -0400 Subject: [PATCH] Bump actions/download-artifact to v4 (#4870) download-artifact needs to be v4 because upload-artifact is already v4. They must be at the same level for release pipeline to work correctly. Signed-off-by: David Enyeart (cherry picked from commit e038a716b3c7950eb8c928afaf104010a3e59368) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c787ad2968..1b77aa5f0f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: uses: actions/checkout@v4 - name: Download Artifacts id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Release Fabric Version uses: ncipollo/release-action@v1 with: