@@ -134,7 +134,7 @@ jobs:
134
134
fi
135
135
df -h
136
136
137
- - uses : actions/checkout@v2
137
+ - uses : actions/checkout@v3
138
138
with :
139
139
path : swift
140
140
fetch-depth : 0
@@ -198,7 +198,7 @@ jobs:
198
198
key : ${{ steps.cache_key.outputs.SCCACHE_KEY }}
199
199
200
200
- name : Upload ${{ matrix.target }} installable archive
201
- uses : actions/upload-artifact@v1
201
+ uses : actions/upload-artifact@v3
202
202
with :
203
203
name : ${{ matrix.target }}-installable
204
204
path : swift-wasm-${{ env.TOOLCHAIN_CHANNEL }}-SNAPSHOT-${{ matrix.target }}.tar.gz
@@ -228,7 +228,7 @@ jobs:
228
228
run : |
229
229
tar cJf ./swift-test-results.tar.gz target-build/swift-stdlib-wasi-wasm32/swift-test-results
230
230
- name : Upload test results
231
- uses : actions/upload-artifact@v1
231
+ uses : actions/upload-artifact@v3
232
232
if : ${{ matrix.run_full_test }}
233
233
with :
234
234
name : ${{ matrix.target }}-test-results
@@ -252,13 +252,13 @@ jobs:
252
252
echo "Successfully linked hello.wasm"
253
253
- name : Upload hello.wasm
254
254
if : ${{ matrix.build_hello_wasm }}
255
- uses : actions/upload-artifact@v1
255
+ uses : actions/upload-artifact@v3
256
256
with :
257
257
name : ${{ matrix.target }}-hello.wasm
258
258
path : hello.wasm
259
259
- name : Checkout integration-tests
260
260
if : ${{ matrix.run_e2e_test }}
261
- uses : actions/checkout@v2
261
+ uses : actions/checkout@v3
262
262
with :
263
263
repository : swiftwasm/integration-tests
264
264
path : integration-tests
0 commit comments