|
45 | 45 | make test-coverage |
46 | 46 |
|
47 | 47 | - name: Upload Unit Test Coverage |
48 | | - uses: actions/upload-artifact@v4 |
| 48 | + uses: actions/upload-artifact@v5 |
49 | 49 | with: |
50 | 50 | name: coverage_unit |
51 | 51 | path: coverage_unit.out |
|
63 | 63 | KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-running-in-cluster |
64 | 64 |
|
65 | 65 | - name: Upload Uninstall Test Coverage |
66 | | - uses: actions/upload-artifact@v4 |
| 66 | + uses: actions/upload-artifact@v5 |
67 | 67 | with: |
68 | 68 | name: coverage_e2e_uninstall |
69 | 69 | path: coverage_e2e_uninstall.out |
@@ -114,7 +114,7 @@ jobs: |
114 | 114 | KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-coverage |
115 | 115 |
|
116 | 116 | - name: Upload E2E Test Coverage |
117 | | - uses: actions/upload-artifact@v4 |
| 117 | + uses: actions/upload-artifact@v5 |
118 | 118 | if: ${{ matrix.kind == 'latest' }} |
119 | 119 | with: |
120 | 120 | name: coverage_e2e |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-hosted-mode-coverage |
168 | 168 |
|
169 | 169 | - name: Upload Hosted Mode Coverage |
170 | | - uses: actions/upload-artifact@v4 |
| 170 | + uses: actions/upload-artifact@v5 |
171 | 171 | if: ${{ matrix.kind == 'latest' }} |
172 | 172 | with: |
173 | 173 | name: coverage_e2e_hosted_mode |
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | KUBECONFIG=${PWD}/kubeconfig_managed make e2e-test-standalone-templates-coverage |
221 | 221 |
|
222 | 222 | - name: Upload Hub Templates Enabled Coverage |
223 | | - uses: actions/upload-artifact@v4 |
| 223 | + uses: actions/upload-artifact@v5 |
224 | 224 | if: ${{ matrix.kind == 'latest' }} |
225 | 225 | with: |
226 | 226 | name: coverage_e2e_hub_templates |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | go-version: 'stable' |
254 | 254 |
|
255 | 255 | - name: Download Coverage Results |
256 | | - uses: actions/download-artifact@v5 |
| 256 | + uses: actions/download-artifact@v6 |
257 | 257 | with: |
258 | 258 | merge-multiple: true |
259 | 259 |
|
|
0 commit comments