diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f82f75fd..5958da08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,7 +235,7 @@ jobs: run: $BUILD_CMD bench benchmark -p tree-sitter-cli --target=${{ matrix.target }} - name: Upload CLI artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tree-sitter.${{ matrix.platform }} path: target/${{ matrix.target }}/release/tree-sitter${{ env.EXE }} @@ -244,7 +244,7 @@ jobs: - name: Upload WASM artifacts if: ${{ matrix.platform == 'linux-x64' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: tree-sitter.wasm path: |