From e038a716b3c7950eb8c928afaf104010a3e59368 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 --- .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 1e38491adc3..6a0d35afa3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,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: