Skip to content

Commit 2111d6a

Browse files
[ci] update actions/* versions
1 parent 7a6e392 commit 2111d6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
fi
135135
df -h
136136
137-
- uses: actions/checkout@v2
137+
- uses: actions/checkout@v3
138138
with:
139139
path: swift
140140
fetch-depth: 0
@@ -198,7 +198,7 @@ jobs:
198198
key: ${{ steps.cache_key.outputs.SCCACHE_KEY }}
199199

200200
- name: Upload ${{ matrix.target }} installable archive
201-
uses: actions/upload-artifact@v1
201+
uses: actions/upload-artifact@v3
202202
with:
203203
name: ${{ matrix.target }}-installable
204204
path: swift-wasm-${{ env.TOOLCHAIN_CHANNEL }}-SNAPSHOT-${{ matrix.target }}.tar.gz
@@ -228,7 +228,7 @@ jobs:
228228
run: |
229229
tar cJf ./swift-test-results.tar.gz target-build/swift-stdlib-wasi-wasm32/swift-test-results
230230
- name: Upload test results
231-
uses: actions/upload-artifact@v1
231+
uses: actions/upload-artifact@v3
232232
if: ${{ matrix.run_full_test }}
233233
with:
234234
name: ${{ matrix.target }}-test-results
@@ -252,13 +252,13 @@ jobs:
252252
echo "Successfully linked hello.wasm"
253253
- name: Upload hello.wasm
254254
if: ${{ matrix.build_hello_wasm }}
255-
uses: actions/upload-artifact@v1
255+
uses: actions/upload-artifact@v3
256256
with:
257257
name: ${{ matrix.target }}-hello.wasm
258258
path: hello.wasm
259259
- name: Checkout integration-tests
260260
if: ${{ matrix.run_e2e_test }}
261-
uses: actions/checkout@v2
261+
uses: actions/checkout@v3
262262
with:
263263
repository: swiftwasm/integration-tests
264264
path: integration-tests

0 commit comments

Comments
 (0)