1616 timeout-minutes : 5
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 - name : Set up environment
2121 run : |
2222 sudo snap install charmcraft --classic
9797 df --human-readable
9898 - name : Checkout
9999 timeout-minutes : 3
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101 - name : Set up environment
102102 timeout-minutes : 5
103103 run : sudo snap install charmcraft --classic
@@ -108,7 +108,7 @@ jobs:
108108 go install github.com/snapcore/spread/cmd/spread@latest
109109 - name : Download packed charm(s)
110110 timeout-minutes : 5
111- uses : actions/download-artifact@v4
111+ uses : actions/download-artifact@v5
112112 with :
113113 pattern : ${{ inputs.artifact-prefix }}-*
114114 merge-multiple : true
@@ -204,19 +204,19 @@ jobs:
204204 # git push origin gh-pages-beta
205205 # )
206206 - name : Checkout GitHub pages branch
207- uses : actions/checkout@v4
207+ uses : actions/checkout@v5
208208 with :
209209 ref : gh-pages-beta
210210 path : repo/
211211 - name : Download default test results
212212 # Default test results in case the integration tests time out or runner set up fails
213213 # (So that Allure report will show "unknown"/"failed" test result, instead of omitting the test)
214- uses : actions/download-artifact@v4
214+ uses : actions/download-artifact@v5
215215 with :
216216 path : allure-default-results/
217217 name : allure-default-results-integration-test
218218 - name : Download test results
219- uses : actions/download-artifact@v4
219+ uses : actions/download-artifact@v5
220220 with :
221221 path : allure-results/
222222 pattern : allure-results-integration-test-*
0 commit comments