63
63
# why not use actions/upload-artifact? It is very slow (3 minutes to upload ~600MB of data, vs 10 seconds with this approach).
64
64
# see https://github.com/actions/upload-artifact/issues/199 for more info
65
65
- name : Upload snapshot artifacts
66
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
66
+ uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
67
67
with :
68
68
path : snapshot
69
69
key : snapshot-build-${{ github.run_id }}
@@ -77,14 +77,14 @@ jobs:
77
77
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78
78
79
79
- name : Download snapshot build
80
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
80
+ uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
81
81
with :
82
82
path : snapshot
83
83
key : snapshot-build-${{ github.run_id }}
84
84
85
85
- name : Restore install.sh test image cache
86
86
id : install-test-image-cache
87
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
87
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
88
88
with :
89
89
path : ${{ github.workspace }}/test/install/cache
90
90
key : ${{ runner.os }}-install-test-image-cache-${{ hashFiles('test/install/cache.fingerprint') }}
@@ -120,7 +120,7 @@ jobs:
120
120
uses : ./.github/actions/bootstrap
121
121
122
122
- name : Download snapshot build
123
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
123
+ uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
124
124
with :
125
125
path : snapshot
126
126
key : snapshot-build-${{ github.run_id }}
0 commit comments