Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomsik committed Feb 3, 2024
1 parent e5a916a commit b43d728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: zig build -Dtarget=${{matrix.arch}}-${{matrix.os}} -Doptimize=ReleaseFast

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ava_${{ matrix.os }}_${{ matrix.arch }}
path: zig-out/bin/*
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- run: zig build -Dheadless=true -Dtarget=${{matrix.arch}}-${{matrix.os}} -Doptimize=ReleaseFast

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ava_headless_${{ matrix.os }}_${{ matrix.arch }}
path: zig-out/bin/*

0 comments on commit b43d728

Please sign in to comment.