Skip to content

Commit cf7cd09

Browse files
committed
ci: update to v4 actions
1 parent b4ffe8f commit cf7cd09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/web.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
chrome-version: stable
2121
id: setup-chrome
22-
- uses: actions/checkout@v2
23-
- uses: actions/setup-java@v2
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-java@v4
2424
with:
2525
distribution: 'adopt'
2626
java-version: '11'
@@ -60,7 +60,7 @@ jobs:
6060
cd ./skiko
6161
source ./emsdk/emsdk_env.sh
6262
./gradlew --stacktrace --info -Pskiko.wasm.enabled=true -Pskiko.js.enabled=true -Pskiko.test.onci=true jsTest
63-
- uses: actions/upload-artifact@v2
63+
- uses: actions/upload-artifact@v4
6464
if: always()
6565
with:
6666
name: test-reports-wasm

0 commit comments

Comments
 (0)