From 029b00532ef4c8303e1b1056af819c4402e42257 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Dec 2024 20:34:41 -0700 Subject: [PATCH] ci: Fix a typo in the download-artifacts version [skip ci] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3503941..4a70c99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,7 +293,7 @@ jobs: fetch-depth: 1 - name: Get release artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: artifacts path: artifacts @@ -340,7 +340,7 @@ jobs: fetch-depth: 1 - name: Get release artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: artifacts path: artifacts