From d2fa0349ff094b6dd2393bea8eb1962dc6a78734 Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Tue, 21 May 2024 15:23:43 -0400 Subject: [PATCH] Bump actions/download-artifact to v4 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: