|
46 | 46 | sudo apt-get install -y libvirt-dev |
47 | 47 | MINIKUBE_BUILD_IN_DOCKER=y make e2e-linux-arm64 |
48 | 48 | cp -r test/integration/testdata ./out |
49 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
| 49 | + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 |
50 | 50 | with: |
51 | 51 | name: minikube_binaries |
52 | 52 | path: out |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | hostname || true |
119 | 119 | echo "--------------------------" |
120 | 120 | - name: Download Binaries |
121 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 |
| 121 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 |
122 | 122 | with: |
123 | 123 | name: minikube_binaries |
124 | 124 | path: minikube_binaries |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | echo "${STAT}" >> $GITHUB_ENV |
166 | 166 | echo 'EOF' >> $GITHUB_ENV |
167 | 167 |
|
168 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
| 168 | + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 |
169 | 169 | with: |
170 | 170 | name: functional_docker_ubuntu_arm64 |
171 | 171 | path: minikube_binaries/report |
@@ -202,14 +202,14 @@ jobs: |
202 | 202 | runs-on: ubuntu-22.04 |
203 | 203 | steps: |
204 | 204 | - name: download all extra reports |
205 | | - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 |
| 205 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 |
206 | 206 | - name: upload all extra reports |
207 | 207 | shell: bash {0} |
208 | 208 | continue-on-error: true |
209 | 209 | run: | |
210 | 210 | mkdir -p all_reports |
211 | 211 | cp -r ./functional_docker_ubuntu_arm64 ./all_reports/ |
212 | | - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
| 212 | + - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 |
213 | 213 | with: |
214 | 214 | name: all_reports |
215 | 215 | path: all_reports |
0 commit comments