Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Mar 4, 2024
1 parent 7c1d93c commit 158ce44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-main-jammy@sha256:8d3f1a3ad302b2167ca3d3c52fb3a154ab772aa54fb65bc04682f6de5723d0e3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install tools
run: apt-get update && apt-get install --no-install-recommends -y wabt binaryen
- run: swift --version
Expand All @@ -20,7 +20,7 @@ jobs:
wasm-strip .build/release/swift-format.wasm
wasm-opt -Os -all .build/release/swift-format.wasm -o swift-format.wasm
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: swift-format.wasm
path: swift-format.wasm

0 comments on commit 158ce44

Please sign in to comment.