|
29 | 29 | if: github.repository == 'apache/cloudstack' |
30 | 30 | runs-on: ubuntu-24.04 |
31 | 31 | steps: |
32 | | - - uses: actions/checkout@v5 |
| 32 | + - uses: actions/checkout@v6 |
33 | 33 | with: |
34 | 34 | fetch-depth: 0 |
35 | 35 | - name: Setup Environment |
|
57 | 57 | tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist |
58 | 58 | tar -czf /tmp/artifacts/m2-cloudstack.tar.gz -C ~/.m2/repository org/apache/cloudstack |
59 | 59 | - name: Upload artifacts |
60 | | - uses: actions/upload-artifact@v4 |
| 60 | + uses: actions/upload-artifact@v7 |
61 | 61 | with: |
62 | 62 | name: build-artifacts |
63 | 63 | path: /tmp/artifacts/ |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | smoke/test_list_hosts smoke/test_list_service_offerings smoke/test_list_storage_pools |
139 | 139 | smoke/test_list_volumes |
140 | 140 | steps: |
141 | | - - uses: actions/checkout@v5 |
| 141 | + - uses: actions/checkout@v6 |
142 | 142 | with: |
143 | 143 | fetch-depth: 0 |
144 | 144 | - name: Setup Environment |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | sudo systemctl restart mysql |
180 | 180 | sudo mysql -uroot -e "SELECT VERSION();" |
181 | 181 | - name: Download artifacts |
182 | | - uses: actions/download-artifact@v4 |
| 182 | + uses: actions/download-artifact@v8 |
183 | 183 | with: |
184 | 184 | name: build-artifacts |
185 | 185 | path: /tmp/artifacts/ |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | run: | |
234 | 234 | echo -e "Simulator CI Test Results: (only failures listed)\n" |
235 | 235 | python3 ./tools/marvin/xunit-reader.py integration-test-results/ |
236 | | - - uses: codecov/codecov-action@v4 |
| 236 | + - uses: codecov/codecov-action@v5 |
237 | 237 | with: |
238 | 238 | files: jacoco-coverage.xml |
239 | 239 | fail_ci_if_error: true |
|
0 commit comments