Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2025-11-11 14:03:08 -05:00
parent 800c345b6b
commit 5f823b97ba

View File

@ -90,7 +90,7 @@ jobs:
run: make snapshot-smoke-test run: make snapshot-smoke-test
# upload each platform artifact individually so downstream jobs can download only what they need # upload each platform artifact individually so downstream jobs can download only what they need
- run: npm install @actions/artifact@2.2.2 - run: npm install @actions/artifact@2.3.2
- name: Upload individual platform artifacts - name: Upload individual platform artifacts
uses: actions/github-script@v8 uses: actions/github-script@v8
@ -143,7 +143,7 @@ jobs:
download-test-fixture-cache: true download-test-fixture-cache: true
- name: Download Linux amd64 snapshot - name: Download Linux amd64 snapshot
uses: actions/download-artifact@8db8e0a4fa3e65a503184c3b18cdbb9cdc646fc0 #v4.2.0 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
with: with:
name: linux-build_linux_amd64_v1 name: linux-build_linux_amd64_v1
path: snapshot/linux-build_linux_amd64_v1 path: snapshot/linux-build_linux_amd64_v1
@ -183,7 +183,7 @@ jobs:
download-test-fixture-cache: true download-test-fixture-cache: true
- name: Download macOS Intel snapshot - name: Download macOS Intel snapshot
uses: actions/download-artifact@8db8e0a4fa3e65a503184c3b18cdbb9cdc646fc0 #v4.2.0 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
with: with:
name: darwin-build_darwin_amd64_v1 name: darwin-build_darwin_amd64_v1
path: snapshot/darwin-build_darwin_amd64_v1 path: snapshot/darwin-build_darwin_amd64_v1
@ -211,7 +211,7 @@ jobs:
download-test-fixture-cache: true download-test-fixture-cache: true
- name: Download Linux amd64 snapshot - name: Download Linux amd64 snapshot
uses: actions/download-artifact@8db8e0a4fa3e65a503184c3b18cdbb9cdc646fc0 #v4.2.0 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
with: with:
name: linux-build_linux_amd64_v1 name: linux-build_linux_amd64_v1
path: snapshot/linux-build_linux_amd64_v1 path: snapshot/linux-build_linux_amd64_v1