Skip to content

Commit

Permalink
update ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Apr 3, 2024
1 parent 5215907 commit 8cf9e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: check for cached zig
id: cache-zig
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.ZIG }}
key: ${{ env.ZIG }}
Expand All @@ -53,7 +53,7 @@ jobs:
run: |
zig build --summary all --verbose -Doptimize=ReleaseFast -Dtarget=aarch64-native -p vosk/aarch64-macos
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vosk
path: |
Expand Down

0 comments on commit 8cf9e4d

Please sign in to comment.