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