Skip to content

Commit

Permalink
CI: Update actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed May 12, 2024
1 parent de28be0 commit 863e003
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 @@ -14,7 +14,7 @@ jobs:
name: ${{ matrix.os }}, ${{ matrix.target }}-${{ matrix.mode }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout repo

- name: Install Zig
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Upload
if: matrix.os == 'ubuntu-latest' && matrix.target != 'native' && matrix.mode == 'ReleaseSmall'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: zig-out/bin
name: ${{ matrix.target }} - ${{ matrix.mode }}

0 comments on commit 863e003

Please sign in to comment.