fixup: bump forgotten download-artifact action version

This commit is contained in:
Cole Helbling 2025-01-16 09:10:05 -08:00
parent 4e2b37be36
commit e8e38ad4fc

View file

@ -32,28 +32,28 @@ jobs:
- name: Create the artifacts directory - name: Create the artifacts directory
run: rm -rf ./artifacts && mkdir ./artifacts run: rm -rf ./artifacts && mkdir ./artifacts
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4.1.8
with: with:
name: magic-nix-cache-ARM64-macOS name: magic-nix-cache-ARM64-macOS
path: cache-binary-ARM64-macOS path: cache-binary-ARM64-macOS
- name: Persist the cache binary - name: Persist the cache binary
run: cp ./cache-binary-ARM64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-ARM64-macOS 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: with:
name: magic-nix-cache-X64-macOS name: magic-nix-cache-X64-macOS
path: cache-binary-X64-macOS path: cache-binary-X64-macOS
- name: Persist the cache binary - name: Persist the cache binary
run: cp ./cache-binary-X64-macOS/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-macOS 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: with:
name: magic-nix-cache-X64-Linux name: magic-nix-cache-X64-Linux
path: cache-binary-X64-Linux path: cache-binary-X64-Linux
- name: Persist the cache binary - name: Persist the cache binary
run: cp ./cache-binary-X64-Linux/magic-nix-cache.closure.xz ./artifacts/magic-nix-cache-X64-Linux 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: with:
name: magic-nix-cache-ARM64-Linux name: magic-nix-cache-ARM64-Linux
path: cache-binary-ARM64-Linux path: cache-binary-ARM64-Linux