57
57
58
58
59
59
steps :
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v4
61
61
- run : git submodule update --recursive --init
62
62
63
63
- name : Ccache
@@ -148,7 +148,7 @@ jobs:
148
148
run : python qtrvsim_tester.py -M -A --pipeline --cache ${{ github.workspace }}/build/target/qtrvsim_cli
149
149
150
150
- name : Store created artifacts
151
- uses : actions/upload-artifact@v2
151
+ uses : actions/upload-artifact@v4
152
152
with :
153
153
name : target-${{ runner.os }}-qt${{ matrix.config.qt_version }}
154
154
path : ${{ github.workspace }}/build/target
@@ -171,7 +171,7 @@ jobs:
171
171
qt_version : 5.15.2,
172
172
}
173
173
steps :
174
- - uses : actions/checkout@v2
174
+ - uses : actions/checkout@v4
175
175
176
176
- name : Ccache
177
177
uses :
hendrikmuhs/[email protected] # https://github.com/hendrikmuhs/ccache-action/issues/181
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
- name : Setup EMSDK cache
182
182
id : cache-system-libraries
183
- uses : actions/cache@v3
183
+ uses : actions/cache@v4
184
184
with :
185
185
path : ' emsdk-cache'
186
186
key : ${{ runner.os }}-${{ matrix.config.emsdk_version }}-${{ matrix.config.qt_version }}-emsdk
@@ -219,7 +219,7 @@ jobs:
219
219
run : cmake --build . -j4
220
220
221
221
- name : Store created artifacts
222
- uses : actions/upload-artifact@v3
222
+ uses : actions/upload-artifact@v4
223
223
with :
224
224
name : target-wasm-${{ runner.os }}-qt${{ matrix.config.qt_version }}
225
225
path : ${{ github.workspace }}/build/target
@@ -230,7 +230,7 @@ jobs:
230
230
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
231
231
runs-on : ubuntu-22.04
232
232
steps :
233
- - uses : actions/checkout@v2
233
+ - uses : actions/checkout@v4
234
234
- run : git submodule update --recursive --init
235
235
236
236
- name : Get cache key
@@ -241,7 +241,7 @@ jobs:
241
241
242
242
- name : Cache
243
243
id : cache-tests
244
- uses : actions/cache@v3
244
+ uses : actions/cache@v4
245
245
with :
246
246
path : ${{ github.workspace }}/tests/riscv-official/isa
247
247
key : riscv-tests-${{ steps.subtree-hash.outputs.stdout }}
0 commit comments