From e8e38ad4fc16a6bf3e74f9cdc7ddbbaf2d4cd9cc Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 16 Jan 2025 09:10:05 -0800 Subject: [PATCH] fixup: bump forgotten download-artifact action version --- .github/workflows/release-branches.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 16fdffc..d0d612a 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -32,28 +32,28 @@ jobs: - name: Create the artifacts directory run: rm -rf ./artifacts && mkdir ./artifacts - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.8 with: name: magic-nix-cache-ARM64-macOS path: cache-binary-ARM64-macOS - name: Persist the cache binary run: cp ./cache-binary-ARM64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-macOS - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.8 with: name: magic-nix-cache-X64-macOS path: cache-binary-X64-macOS - name: Persist the cache binary run: cp ./cache-binary-X64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-macOS - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.8 with: name: magic-nix-cache-X64-Linux path: cache-binary-X64-Linux - name: Persist the cache binary run: cp ./cache-binary-X64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-Linux - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.8 with: name: magic-nix-cache-ARM64-Linux path: cache-binary-ARM64-Linux