From 863e0035f8e5e3817f098d59c4d184b9fea0f463 Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Sat, 11 May 2024 21:13:22 -0700 Subject: [PATCH] CI: Update actions dependencies --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa2772e..4282612 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }} \ No newline at end of file