16
16
timeout-minutes : 5
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
- name : Set up environment
21
21
run : |
22
22
sudo snap install charmcraft --classic
97
97
df --human-readable
98
98
- name : Checkout
99
99
timeout-minutes : 3
100
- uses : actions/checkout@v4
100
+ uses : actions/checkout@v5
101
101
- name : Set up environment
102
102
timeout-minutes : 5
103
103
run : sudo snap install charmcraft --classic
@@ -108,7 +108,7 @@ jobs:
108
108
go install github.com/snapcore/spread/cmd/spread@latest
109
109
- name : Download packed charm(s)
110
110
timeout-minutes : 5
111
- uses : actions/download-artifact@v4
111
+ uses : actions/download-artifact@v5
112
112
with :
113
113
pattern : ${{ inputs.artifact-prefix }}-*
114
114
merge-multiple : true
@@ -204,19 +204,19 @@ jobs:
204
204
# git push origin gh-pages-beta
205
205
# )
206
206
- name : Checkout GitHub pages branch
207
- uses : actions/checkout@v4
207
+ uses : actions/checkout@v5
208
208
with :
209
209
ref : gh-pages-beta
210
210
path : repo/
211
211
- name : Download default test results
212
212
# Default test results in case the integration tests time out or runner set up fails
213
213
# (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
215
215
with :
216
216
path : allure-default-results/
217
217
name : allure-default-results-integration-test
218
218
- name : Download test results
219
- uses : actions/download-artifact@v4
219
+ uses : actions/download-artifact@v5
220
220
with :
221
221
path : allure-results/
222
222
pattern : allure-results-integration-test-*
0 commit comments